Skip to content

Commit 8d9f0c1

Browse files
Fix environment variable setting
1 parent 0a3fd37 commit 8d9f0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ touch $objdir/${SUMMARY_FILE}
269269

270270
extra_env=""
271271
if [ "$ENABLE_GCC_CODEGEN" = "1" ]; then
272-
extra_env="$extra_env --env ENABLE_GCC_CODEGEN=1"
272+
extra_env="$EXTRA_ENV --env ENABLE_GCC_CODEGEN=1"
273273
# If `ENABLE_GCC_CODEGEN` is set and not empty, we add the `--enable-new-symbol-mangling`
274274
# argument to `RUST_CONFIGURE_ARGS` and set the `GCC_EXEC_PREFIX` environment variable.
275275
# `cg_gcc` doesn't support the legacy mangling so we need to enforce the new one

0 commit comments

Comments
 (0)