Skip to content

Commit c54e2c7

Browse files
committed
ugly hack - / as build
1 parent a23c853 commit c54e2c7

2 files changed

Lines changed: 12 additions & 18 deletions

File tree

.github/workflows/build-debian.infer.yml

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,14 @@ jobs:
3232
tag: debian13-infer-clang-20
3333
nogalera: true
3434

35-
steps:
36-
- name: empty builddir
37-
run: |
38-
mkdir $GITHUB_WORKSPACE/builddir
39-
40-
- name: build container
41-
uses: ./.github/workflows/bbw_build_container_template.yml
42-
with:
43-
dockerfile: debian.Dockerfile infer.fragment.Dockerfile
44-
image: ${{ matrix.image }}
45-
platforms: ${{ matrix.platforms }}
46-
tag: ${{ matrix.tag }}
47-
branch: ${{ matrix.branch }}
48-
nogalera: ${{ matrix.nogalera }}
49-
noqpress: true
50-
runner: 'ubuntu-24.04'
51-
secrets: inherit
35+
uses: ./.github/workflows/bbw_build_container_template.yml
36+
with:
37+
dockerfile: debian.Dockerfile infer.fragment.Dockerfile
38+
image: ${{ matrix.image }}
39+
platforms: ${{ matrix.platforms }}
40+
tag: ${{ matrix.tag }}
41+
branch: ${{ matrix.branch }}
42+
nogalera: ${{ matrix.nogalera }}
43+
noqpress: true
44+
runner: 'ubuntu-24.04'
45+
secrets: inherit

ci_build_images/infer.fragment.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
ARG INFER_GIT_REF=7aeddba89149a566222dc2ab351eb1a4e6256a3a
77

88
# hadolint ignore=DL3003
9-
RUN --mount=type=bind,source=/builddir,target=/build,rw \
9+
RUN --mount=type=bind,source=/,target=/build,rw \
1010
apt-get update \
1111
&& apt-get install -y --no-install-recommends opam libsqlite3-dev \
1212
&& git init src \

0 commit comments

Comments
 (0)