Skip to content

Commit

Permalink
use the container we build
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Aug 1, 2024
1 parent 172b1e2 commit 4399dd9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
include:
- host: x86_64-pc-linux-gnu
dep_opts: DEBUG=1
container:
image: ghcr.io/${{ steps.lowercase_repo.outputs.repo }}/builder-${{ needs.builder-image.outputs.branch }}
env:
HOST: ${{ matrix.host }}
DEP_OPTS: ${{ matrix.dep_opts || '' }}
Expand Down Expand Up @@ -100,6 +102,8 @@ jobs:
- build_target: linux64
host: x86_64-pc-linux-gnu
dep_opts: DEBUG=1
container:
image: ghcr.io/${{ needs.build-depends.outputs.repo }}/builder-${{ needs.build-depends.outputs.branch }}
env:
BUILD_TARGET: ${{ matrix.build_target }}
steps:
Expand All @@ -126,6 +130,8 @@ jobs:
matrix:
build_target:
- linux64
container:
image: ghcr.io/${{ needs.build.outputs.repo }}/builder-${{ needs.build.outputs.branch }}
env:
BUILD_TARGET: ${{ matrix.build_target }}
INTEGRATION_TESTS_ARGS: --extended --exclude feature_pruning,feature_dbcrash
Expand Down

0 comments on commit 4399dd9

Please sign in to comment.