mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 00:48:38 +00:00
ci: use separate docker tag names for genbindings step
This commit is contained in:
parent
04399db98d
commit
69767d7d04
4
.github/workflows/miqt.yml
vendored
4
.github/workflows/miqt.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Linux64 docker build
|
- name: Linux64 docker build
|
||||||
run: cd docker && docker build -t miqt/linux64:latest -f genbindings.Dockerfile .
|
run: cd docker && docker build -t miqt/genbindings:latest -f genbindings.Dockerfile .
|
||||||
|
|
||||||
- name: Cache clang ASTs
|
- name: Cache clang ASTs
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
@ -24,7 +24,7 @@ jobs:
|
|||||||
key: linux64-clang-cache
|
key: linux64-clang-cache
|
||||||
|
|
||||||
- name: Rebuild binding source
|
- name: Rebuild binding source
|
||||||
run: docker run -v ~/.cache/go-build:/root/.cache/go-build -v $PWD:/src -w /src miqt/linux64:latest /bin/bash -c 'cd cmd/genbindings && go build && ./genbindings'
|
run: docker run -v ~/.cache/go-build:/root/.cache/go-build -v $PWD:/src -w /src miqt/genbindings:latest /bin/bash -c 'cd cmd/genbindings && go build && ./genbindings'
|
||||||
|
|
||||||
- name: Assert no changes
|
- name: Assert no changes
|
||||||
run: git update-index --really-refresh && git diff-index HEAD
|
run: git update-index --really-refresh && git diff-index HEAD
|
||||||
|
Loading…
Reference in New Issue
Block a user