Skip to content

Commit

Permalink
Revert Debug patches.
Browse files Browse the repository at this point in the history
This reverts commit 5ed7ba6.

This reverts commit 7985506.

This reverts commit 63e0fc6.
  • Loading branch information
tstellar committed Nov 23, 2024
1 parent 5ed7ba6 commit 24b33e5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-ci-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
build-ci-container:
if: github.repository_owner == 'llvm'
runs-on: depot-ubuntu-24.04
runs-on: depot-ubuntu-24.04-16
outputs:
container-name: ${{ steps.vars.outputs.container-name }}
container-name-tag: ${{ steps.vars.outputs.container-name-tag }}
Expand All @@ -41,13 +41,11 @@ jobs:
- name: Build container
working-directory: ./.github/workflows/containers/github-action-ci/
run: |
#podman build -t ${{ steps.vars.outputs.container-name-tag }} -f stage1.Dockerfile .
podman pull docker.io/library/ubuntu:22.04
podman tag docker.io/library/ubuntu:22.04 ${{ steps.vars.outputs.container-name-tag }}
podman build -t ${{ steps.vars.outputs.container-name-tag }} -f stage1.Dockerfile .
- name: Save container image
run: |
podman save ${{ steps.vars.outputs.container-name-tag }} > ${{ steps.vars.outputs.container-filename }}
podman save ${{ steps.vars.outputs.container-name-tag }} > ${{ steps.vars.outputs.container-filename }}.tar
# Upload the container so we have it in case the push fails. This also
# allows us to separate the push step into a separate job so we can
Expand Down

0 comments on commit 24b33e5

Please sign in to comment.