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 f4db58d commit 9fdb5f5Copy full SHA for 9fdb5f5
ci/run.sh
@@ -50,7 +50,7 @@ fi
50
# Run a command for each `compiler_builtins` rlib file
51
for_each_rlib() {
52
shopt -s nullglob
53
- if [ -d /builtins-target ]; then
+ if [ -d /builtins-target ] && [ -z "$SUBDIR" ]; then
54
rlib_paths=( /builtins-target/"${target}"/debug/deps/libcompiler_builtins-*.rlib )
55
else
56
rlib_paths=( "${SUBDIR:-}"target/"${target}"/debug/deps/libcompiler_builtins-*.rlib )
0 commit comments