Skip to content

Commit 9fdb5f5

Browse files
committed
update
1 parent f4db58d commit 9fdb5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fi
5050
# Run a command for each `compiler_builtins` rlib file
5151
for_each_rlib() {
5252
shopt -s nullglob
53-
if [ -d /builtins-target ]; then
53+
if [ -d /builtins-target ] && [ -z "$SUBDIR" ]; then
5454
rlib_paths=( /builtins-target/"${target}"/debug/deps/libcompiler_builtins-*.rlib )
5555
else
5656
rlib_paths=( "${SUBDIR:-}"target/"${target}"/debug/deps/libcompiler_builtins-*.rlib )

0 commit comments

Comments
 (0)