Skip to content

Commit f2798d6

Browse files
committed
Workaround for TLS issue on FreeBSD
1 parent 9b24d96 commit f2798d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cirrus.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@ task:
1616
# Disabling incr comp reduces cache size and incr comp doesn't save as much
1717
# on CI anyway.
1818
- 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
1922
# Skip rand as it fails on FreeBSD due to rust-random/rand#1355
2023
- ./y.sh test --skip-test test.rust-random/rand

0 commit comments

Comments
 (0)