Skip to content

Commit

Permalink
Update wayland protocols version
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Dec 20, 2022
1 parent 1c4da54 commit 7e6353f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
wayland-version: ["1.21.0"]
wayland-protocols-version: ["1.26"]
wayland-protocols-version: ["1.31"]
steps:
- name: Setup environment
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
tar -xJf wayland-protocols-${{ matrix.wayland-protocols-version }}.tar.xz
env:
WAYLAND_URL: https://gitlab.freedesktop.org/wayland/wayland/-/releases/${{ matrix.wayland-version }}/downloads/wayland-${{ matrix.wayland-version }}.tar.xz
WAYLAND_PROTOCOLS_URL: https://wayland.freedesktop.org/releases/wayland-protocols-${{ matrix.wayland-protocols-version }}.tar.xz
WAYLAND_PROTOCOLS_URL: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${{ matrix.wayland-protocols-version }}/downloads/wayland-protocols-${{ matrix.wayland-protocols-version }}.tar.xz
- name: Build wayland
working-directory: wayland-${{ matrix.wayland-version }}
run: |
Expand Down Expand Up @@ -66,12 +66,12 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11-dev"
- "3.11"
- "pypy-3.7"
- "pypy-3.8"
- "pypy-3.9"
wayland-version: ["1.21.0"]
wayland-protocols-version: ["1.26"]
wayland-protocols-version: ["1.31"]
steps:
- uses: actions/checkout@v3
- name: Download wayland libraries
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
env:
python-version: "3.10"
wayland-version: "1.21.0"
wayland-protocols-version: "1.26"
wayland-protocols-version: "1.31"
steps:
- uses: actions/checkout@v3
- name: Download wayland libraries
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
env:
python-version: "3.11-dev"
wayland-version: "1.21.0"
wayland-protocols-version: "1.26"
wayland-protocols-version: "1.31"
steps:
- uses: actions/checkout@v3
- name: Download wayland libraries
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
env:
python-version: "3.11-dev"
wayland-version: "1.21.0"
wayland-protocols-version: "1.26"
wayland-protocols-version: "1.31"
steps:
- uses: actions/checkout@v3
- name: Download wayland libraries
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
env:
python-version: "3.11-dev"
wayland-version: "1.21.0"
wayland-protocols-version: "1.26"
wayland-protocols-version: "1.31"
steps:
- uses: actions/checkout@v3
- name: Download wayland libraries
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
container: quay.io/pypa/manylinux_2_24_x86_64
env:
wayland-version: "1.21.0"
wayland-protocols-version: "1.26"
wayland-protocols-version: "1.31"
python-version: "3.11"
steps:
- name: Install dependencies
Expand All @@ -34,7 +34,7 @@ jobs:
tar -xJf wayland-protocols-${{ env.wayland-protocols-version }}.tar.xz
env:
WAYLAND_URL: https://gitlab.freedesktop.org/wayland/wayland/-/releases/${{ env.wayland-version }}/downloads/wayland-${{ env.wayland-version }}.tar.xz
WAYLAND_PROTOCOLS_URL: https://wayland.freedesktop.org/releases/wayland-protocols-${{ env.wayland-protocols-version }}.tar.xz
WAYLAND_PROTOCOLS_URL: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${{ env.wayland-protocols-version }}/downloads/wayland-protocols-${{ env.wayland-protocols-version }}.tar.xz
- name: Set environment variables
run: |
echo "CPATH=/wayland/usr/include" >> $GITHUB_ENV
Expand Down

0 comments on commit 7e6353f

Please sign in to comment.