We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3fd37 commit 8d9f0c1Copy full SHA for 8d9f0c1
src/ci/docker/run.sh
@@ -269,7 +269,7 @@ touch $objdir/${SUMMARY_FILE}
269
270
extra_env=""
271
if [ "$ENABLE_GCC_CODEGEN" = "1" ]; then
272
- extra_env="$extra_env --env ENABLE_GCC_CODEGEN=1"
+ extra_env="$EXTRA_ENV --env ENABLE_GCC_CODEGEN=1"
273
# If `ENABLE_GCC_CODEGEN` is set and not empty, we add the `--enable-new-symbol-mangling`
274
# argument to `RUST_CONFIGURE_ARGS` and set the `GCC_EXEC_PREFIX` environment variable.
275
# `cg_gcc` doesn't support the legacy mangling so we need to enforce the new one
0 commit comments