Skip to content

Commit 0d55187

Browse files
committed
ci: remove the gcc-openbsd job, until OpenBSD people fix their broken conventions on 7.8
1 parent ba7d223 commit 0d55187

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

‎.github/workflows/openbsd_ci.yml‎

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -74,29 +74,3 @@ jobs:
7474
sudo ./v symlink
7575
export VFLAGS='-cc clang'
7676
./v run ci/openbsd_ci.vsh all
77-
78-
gcc-openbsd:
79-
runs-on: ubuntu-latest
80-
timeout-minutes: 30
81-
steps:
82-
- uses: actions/checkout@v6
83-
- name: Tests on OpenBSD with gcc
84-
id: tests-openbsd-gcc
85-
uses: cross-platform-actions/action@v0.30.0
86-
with:
87-
operating_system: openbsd
88-
version: '7.8'
89-
memory: 4G
90-
shell: sh
91-
sync_files: runner-to-vm
92-
run: |
93-
sudo pkg_add git sqlite3 gmake boehm-gc libiconv gcc
94-
# Mandatory: hostname not set in VM => some tests fail
95-
sudo hostname -s openbsd-ci
96-
echo "### OS infos"
97-
uname -a
98-
git config --global --add safe.directory .
99-
gmake
100-
sudo ./v symlink
101-
export VFLAGS='-cc gcc'
102-
./v run ci/openbsd_ci.vsh all

0 commit comments

Comments
 (0)