Skip to content

Commit

Permalink
Docker env vars ugh.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Feb 1, 2024
1 parent 00cbe27 commit 60db2a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ jobs:
- name: "Testing package"
run: |
./build_tools/github_actions/docker_run.sh \
--env LLVM_EXTERNAL_LIT=$PWD/third_party/llvm-project/llvm/utils/lit/lit.py \
gcr.io/iree-oss/base@sha256:61e9aae211007dbad95e1f429e9e5121fd5968c204791038424979c21146cf75 \
./build_tools/pkgci/test_package.sh iree-dist
2 changes: 1 addition & 1 deletion build_tools/pkgci/test_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set -x
PACKAGE_DIR="$1"
SOURCE_DIR_ROOT=$(git rev-parse --show-toplevel)
TEST_BUILD_DIR="${TEST_BUILD_DIR:-build-tests}"
LLVM_EXTERNAL_LIT="${LLVM_EXTERNAL_LIT:-$(which lit)}"
LLVM_EXTERNAL_LIT="${LLVM_EXTERNAL_LIT:-${SOURCE_DIR_ROOT}/third_party/llvm-project/llvm/utils/lit/lit.py}"

# Respect user settings, but default to as many test actions as we have cores.
get_default_parallel_level() {
Expand Down

0 comments on commit 60db2a0

Please sign in to comment.