Skip to content

Commit

Permalink
Try just building under Docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Feb 1, 2024
1 parent 8d27006 commit bd28be0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
linux_x86_64_cpu:
name: Test on Linux (x86_64) CPU
runs-on: ubuntu-20.04
container: gcr.io/iree-oss/base@sha256:61e9aae211007dbad95e1f429e9e5121fd5968c204791038424979c21146cf75
# container: gcr.io/iree-oss/base@sha256:61e9aae211007dbad95e1f429e9e5121fd5968c204791038424979c21146cf75
steps:
- name: "Checking out repository"
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
Expand All @@ -48,6 +48,8 @@ jobs:
mkdir iree-dist
tar -xf "iree-dist-20240131.787-linux-x86_64.tar.xz" -C "iree-dist"
- name: "Building tests"
run: ./build_tools/pkgci/build_tests_using_package.sh iree-dist
uses: docker://gcr.io/iree-oss/base@sha256:61e9aae211007dbad95e1f429e9e5121fd5968c204791038424979c21146cf75
with:
args: bash ./build_tools/pkgci/build_tests_using_package.sh iree-dist
- name: "Testing package"
run: ./build_tools/pkgci/test_package.sh

0 comments on commit bd28be0

Please sign in to comment.