We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36f2c9 commit 0a0f811Copy full SHA for 0a0f811
1 file changed
.travis.yml
@@ -17,7 +17,7 @@ matrix:
17
# purportedly safer and has a smaller memory footprint. This program
18
# is I/O-bound, so speed isn't really a factor, so we'll use MUSL.
19
- env: TARGET=x86_64-unknown-linux-musl TARGET_NICE=linux_x86_64
20
- # - env: TARGET=x86_64-unknown-linux-gnu TARGET_NICE=gnu-linux
+ - env: TARGET=x86_64-unknown-linux-gnu TARGET_NICE=linux_x86_64_dynamic
21
22
# OSX
23
- env: TARGET=x86_64-apple-darwin TARGET_NICE=mac_x86_64
0 commit comments