We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7d223 commit 0d55187Copy full SHA for 0d55187
1 file changed
.github/workflows/openbsd_ci.yml
@@ -74,29 +74,3 @@ jobs:
74
sudo ./v symlink
75
export VFLAGS='-cc clang'
76
./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