Skip to content

Commit

Permalink
[WIP] Switch to meson docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Dec 29, 2023
1 parent bbb7514 commit dfec2a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
lint:
runs-on: ubuntu-latest
container:
image: ghcr.io/ddterm/ci-docker-image:2023.12.26.0
image: ghcr.io/ddterm/ci-docker-image:meson

steps:
- name: Checkout
Expand Down Expand Up @@ -80,10 +80,6 @@ jobs:
shell: bash
if: ${{ always() && steps.checkout.conclusion == 'success' }}

- name: Validate .desktop file
run: make desktop-file-validate 2>&1 | tee desktop-file.log
if: ${{ always() && steps.checkout.conclusion == 'success' }}

- name: Validate Gtk .ui files
run: xvfb-run make gtk-builder-validate 2>&1 | tee gtk-builder.log
shell: bash
Expand Down Expand Up @@ -112,7 +108,7 @@ jobs:
pack:
runs-on: ubuntu-latest
container:
image: ghcr.io/ddterm/ci-docker-image:2023.12.26.0
image: ghcr.io/ddterm/ci-docker-image:meson

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-po.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ghcr.io/ddterm/ci-docker-image:2023.12.26.0
image: ghcr.io/ddterm/ci-docker-image:meson

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pot:
runs-on: ubuntu-latest
container:
image: ghcr.io/ddterm/ci-docker-image:2023.12.26.0
image: ghcr.io/ddterm/ci-docker-image:meson

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ghcr.io/ddterm/ci-docker-image:2023.12.26.0
image: ghcr.io/ddterm/ci-docker-image:meson
options: --privileged --cgroupns=host --tmpfs /tmp --tmpfs /run

strategy:
Expand Down

0 comments on commit dfec2a0

Please sign in to comment.