Skip to content

Commit 1a82fd9

Browse files
committed
add /usr/local/bin to path
1 parent f530c04 commit 1a82fd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/python-gate.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
LD_LIBRARY_PATH: "$LIBGMP/lib:$LLVM/lib:$LD_LIBRARY_PATH",
170170
FORK_COUNTS_DIRECTORY: "$BUILD_DIR/benchmarking-config/fork-counts",
171171
RODINIA_DATASET_ZIP: $.overlay_imports.RODINIA_DATASET_ZIP,
172-
PATH: utils.path_combine(ENVIRONMENT.common.PATH, "$PYTHON3_HOME:$MUSL_TOOLCHAIN/bin:/usr/bin:/bin:/usr/sbin:/sbin"),
172+
PATH: utils.path_combine(ENVIRONMENT.common.PATH, "$PYTHON3_HOME:$MUSL_TOOLCHAIN/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"),
173173
},
174174

175175
// This is the diff to 'ENVIRONMENT' and meant to be used on OL8 images.

0 commit comments

Comments
 (0)