]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_cranelift/test.sh
Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank
[rust.git] / compiler / rustc_codegen_cranelift / test.sh
index c6c4956e4817446aa580f20ab89d9dbce41ead0c..e222adc7b80582ec7169a0c65f2fd9d34af00341 100755 (executable)
@@ -1,9 +1,7 @@
-#!/bin/bash
+#!/usr/bin/env bash
 set -e
 
-export RUSTFLAGS="-Zrun_dsymutil=no"
-
-./build.sh --without-sysroot "$@"
+./build.sh --sysroot none "$@"
 
 rm -r target/out || true