We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b24d96 commit f2798d6Copy full SHA for f2798d6
.cirrus.yml
@@ -16,5 +16,8 @@ task:
16
# Disabling incr comp reduces cache size and incr comp doesn't save as much
17
# on CI anyway.
18
- export CARGO_BUILD_INCREMENTAL=false
19
+ # FIXME(rust-lang/rust#134863) necessary to avoid error when dlopening proc
20
+ # macros during compilation of cg_clif.
21
+ - export LD_STATIC_TLS_EXTRA=4096
22
# Skip rand as it fails on FreeBSD due to rust-random/rand#1355
23
- ./y.sh test --skip-test test.rust-random/rand
0 commit comments