Differences From Artifact [48d679c7e3]:
- File .github/workflows/netbsd-gcc.yml — part of check-in [5ca31b70aa] at 2023-04-16 16:55:49 on branch trunk — GitHub Actions: Add missing pkgconf on NetBSD (user: js, size: 1073) [annotate] [blame] [check-ins using]
To Artifact [4694c85176]:
- File
.github/workflows/netbsd-gcc.yml
— part of check-in
[31cd763da0]
at
2023-04-17 14:54:13
on branch trunk
— GitHub Actions: Significantly reduce *BSD tests
These are quite slow and quite unreliable, meaning it's impossible to
have CI succeed without having to manually restart several tests. (user: js, size: 569) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 | name: netbsd-gcc on: [push, pull_request] jobs: tests: runs-on: macos-12 strategy: matrix: configure_flags: - | < < < < < < < < < < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | name: netbsd-gcc on: [push, pull_request] jobs: tests: runs-on: macos-12 strategy: matrix: configure_flags: - - --disable-shared - --with-tls=gnutls steps: - uses: actions/checkout@v3 - uses: vmactions/netbsd-vm@v0 with: usesh: true copyback: false prepare: | |
︙ | ︙ |