Skip to content

Commit

Permalink
Test packages: Use larger runner, stop passing DOCKER_BUILDKIT=1 (its…
Browse files Browse the repository at this point in the history
… the default)
  • Loading branch information
lfittl committed Aug 10, 2023
1 parent 7d0de8d commit a2fe6a8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
# Use older Ubuntu release to ensure availability of CGroupsv1 (which are necessary
# currently to support older systemd on some of the test containers)
runs-on: ubuntu-20.04
runs-on: ubuntu-20.04-4-cores
permissions: {}

steps:
Expand All @@ -22,11 +22,13 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: arm64

- name: Build packages
run: |
DOCKER_BUILDKIT=1 GIT_VERSION=HEAD VERSION=0.0.0 make -C packages build
GIT_VERSION=HEAD VERSION=0.0.0 make -C packages build
- name: Test packages
run: |
DOCKER_BUILDKIT=1 GIT_VERSION=HEAD VERSION=0.0.0 make -C packages test
GIT_VERSION=HEAD VERSION=0.0.0 make -C packages test

0 comments on commit a2fe6a8

Please sign in to comment.