diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-07-18 11:57:22 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-07-18 11:57:22 +0000 |
| commit | 5fcedf62df66c9b197d5a1d2bc8694e35cef1772 (patch) | |
| tree | 61e755f9a5e712cb79692deb1d9cf76116fa2eac /scripts/setup_rust_fork.sh | |
| parent | bc061fa31983e1b36305051c3eaa1e893d223d9d (diff) | |
| download | rust-5fcedf62df66c9b197d5a1d2bc8694e35cef1772.tar.gz rust-5fcedf62df66c9b197d5a1d2bc8694e35cef1772.zip | |
Update for changes to the rustc test suite
Diffstat (limited to 'scripts/setup_rust_fork.sh')
| -rw-r--r-- | scripts/setup_rust_fork.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/setup_rust_fork.sh b/scripts/setup_rust_fork.sh index c730ae89435..091bfa1e992 100644 --- a/scripts/setup_rust_fork.sh +++ b/scripts/setup_rust_fork.sh @@ -63,3 +63,6 @@ deny-warnings = false verbose-tests = false EOF popd + +# FIXME remove once inline asm is fully supported +export RUSTFLAGS="$RUSTFLAGS --cfg=rustix_use_libc" |
