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 ced2816 commit 8ac2969Copy full SHA for 8ac2969
ci/utilities/run_docker_container.sh
@@ -52,10 +52,10 @@ if ! docker container inspect jax >/dev/null 2>&1 ; then
52
JAXCI_DOCKER_ARGS="$JAXCI_DOCKER_ARGS -e GCE_METADATA_HOST=$IP_ADDR"
53
fi
54
55
- # Create a temporary file to pass any user defined JAXCI_ / JAX_ variables to
56
- # the container.
+ # Create a temporary file to pass any user defined JAXCI_ / JAX_ / JAXLIB_
+ # variables to the container.
57
JAXCI_TEMP_ENVFILE_DIR=$(mktemp)
58
- env | grep -e "JAXCI_" -e "JAX_" > "$JAXCI_TEMP_ENVFILE_DIR"
+ env | grep -e "JAXCI_" -e "JAX_" -e "JAXLIB_" > "$JAXCI_TEMP_ENVFILE_DIR"
59
60
# On Windows, convert MSYS Linux-like paths to Windows paths.
61
if [[ "$(uname -s)" =~ "MSYS_NT" ]]; then
0 commit comments