Skip to content

Commit

Permalink
Migrate gcc and byollvm workflows to new Dockerfile. (#18356)
Browse files Browse the repository at this point in the history
Progress on #15332. This uses a
new `cpubuilder_ubuntu_jammy_x86_64` dockerfile from
iree-org/base-docker-images#4. Once all the
workflows are changed, we can delete
https://github.com/iree-org/iree/tree/main/build_tools/docker.

Logs:
* byollvm:
https://github.com/iree-org/iree/actions/runs/10567230124/job/29275748653?pr=18356
* gcc:
https://github.com/iree-org/iree/actions/runs/10567230125/job/29275748639?pr=18356

skip-ci: does not affect other builds
  • Loading branch information
ScottTodd authored Aug 27, 2024
1 parent cd6e557 commit 168d0a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux_x64_clang_byollvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
jobs:
linux_x64_clang_byollvm:
runs-on: ubuntu-20.04
container: gcr.io/iree-oss/base@sha256:dc314b4fe30fc1315742512891357bffed4d1b62ffcb46258b1e0761c737b446
container: ghcr.io/iree-org/cpubuilder_ubuntu_jammy_x86_64@sha256:54d9d17a79caa083aeff1243b27e767df2629b533c26e0b65d41beb160f197e4
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux_x64_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
jobs:
linux_x64_gcc:
runs-on: ubuntu-20.04
container: gcr.io/iree-oss/base@sha256:dc314b4fe30fc1315742512891357bffed4d1b62ffcb46258b1e0761c737b446
container: ghcr.io/iree-org/cpubuilder_ubuntu_jammy_x86_64@sha256:54d9d17a79caa083aeff1243b27e767df2629b533c26e0b65d41beb160f197e4
defaults:
run:
shell: bash
Expand Down

0 comments on commit 168d0a7

Please sign in to comment.