Differences From Artifact [db6a8add24]:
- File .github/workflows/freebsd.yml — part of check-in [fed82bf9db] at 2023-04-16 17:13:29 on branch trunk — GitHub Actions: Add missing pkgconf on FreeBSD (user: js, size: 1080) [annotate] [blame] [check-ins using]
To Artifact [9828c9c463]:
- File
.github/workflows/freebsd.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: 576) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 |
name: freebsd
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: freebsd
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/freebsd-vm@v0
with:
usesh: true
copyback: false
prepare: |
|
| ︙ | ︙ |