Skip to content

Commit

Permalink
wip debug
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Jan 31, 2025
1 parent 5f262b7 commit bb6d4d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ jobs:
run: |
set -xeuo pipefail
cd tests/build-chunked-oci
# Something is confused in latest GHA here, I was getting: Error: database graph driver "" does not match our graph driver "overlay": database configuration mismatch
sudo rm /var/lib/containers -rf
sudo podman build -t localhost/base -f Containerfile.test
sudo tar -xzvf ../../install.tar
sudo podman build -v $(pwd)/usr/bin:/ci -t localhost/builder -f Containerfile.builder
Expand All @@ -269,6 +271,10 @@ jobs:
run: ./ci/ridiculous-rhel-devel-workaround.sh
- name: Install dependencies
run: ./ci/installdeps.sh
- name: Cache Dependencies
uses: Swatinem/rust-cache@v2
with:
key: "build-c9s"
- name: Build
run: ./ci/build.sh && make install DESTDIR=$(pwd)/install && tar -C install -czf install.tar .
- name: Unit tests
Expand Down

0 comments on commit bb6d4d1

Please sign in to comment.