Skip to content

Commit b27fdb7

Browse files
committed
ci: remove cgo deps needed for Gio
Signed-off-by: Sebastien Binet <binet@cern.ch>
1 parent 65a0526 commit b27fdb7

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
env:
1717
GO111MODULE: on
1818
GOPATH: ${{ github.workspace }}
19-
DISPLAY: ":99.0"
20-
EGL_PLATFORM: "x11"
2119
defaults:
2220
run:
2321
working-directory: ${{ env.GOPATH }}/src/gonum.org/v1/plot
@@ -51,14 +49,6 @@ jobs:
5149
restore-keys: |
5250
${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
5351
54-
- name: Install Linux packages
55-
if: matrix.platform == 'ubuntu-20.04'
56-
run: |
57-
sudo apt-get update
58-
sudo apt-get install -qq gcc pkg-config libwayland-dev libx11-dev libx11-xcb-dev libxkbcommon-x11-dev libgles2-mesa-dev libegl1-mesa-dev libffi-dev libxcursor-dev libvulkan-dev xvfb xdotool
59-
# start a virtual frame buffer
60-
Xvfb :99 -screen 0 1920x1024x24 &
61-
6252
- name: Check copyrights+formatting
6353
run: |
6454
# Required for format check.

.github/workflows/lint.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
env:
1111
GO111MODULE: on
12-
DISPLAY: ":99.0"
13-
EGL_PLATFORM: "x11"
1412
steps:
1513
- uses: actions/checkout@v4
1614
with:
1715
fetch-depth: 1
18-
- name: cgo-dependencies
19-
run: |
20-
sudo apt-get update
21-
sudo apt-get install -qq gcc pkg-config libwayland-dev libx11-dev libx11-xcb-dev libxkbcommon-x11-dev libgles2-mesa-dev libegl1-mesa-dev libffi-dev libxcursor-dev libvulkan-dev xvfb xdotool
2216
- uses: dominikh/staticcheck-action@v1
2317
with:
2418
version: "2024.1"

0 commit comments

Comments
 (0)