From 4399dd927c35ba0e40e5921470eeea4b9612b302 Mon Sep 17 00:00:00 2001 From: pasta Date: Thu, 1 Aug 2024 00:08:56 -0500 Subject: [PATCH] use the container we build --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bad3ce279ca29..c4b4c094cc2bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 || '' }} @@ -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: @@ -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