Skip to content

Commit 0a0f811

Browse files
authored
enable gnu linux target
1 parent a36f2c9 commit 0a0f811

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matrix:
1717
# purportedly safer and has a smaller memory footprint. This program
1818
# is I/O-bound, so speed isn't really a factor, so we'll use MUSL.
1919
- env: TARGET=x86_64-unknown-linux-musl TARGET_NICE=linux_x86_64
20-
# - env: TARGET=x86_64-unknown-linux-gnu TARGET_NICE=gnu-linux
20+
- env: TARGET=x86_64-unknown-linux-gnu TARGET_NICE=linux_x86_64_dynamic
2121

2222
# OSX
2323
- env: TARGET=x86_64-apple-darwin TARGET_NICE=mac_x86_64

0 commit comments

Comments
 (0)