Differences From Artifact [4657fe9002]:
- File
.github/workflows/freebsd.yml
— part of check-in
[5c384cac67]
at
2024-01-28 13:43:45
on branch trunk
— GitHub Actions: Restore *BSD
The v1 of the vmactions/*bsd-vm actions seem to be a complete rewrite
that is much faster and hopefully also more reliable. (user: js, size: 581) [annotate] [blame] [check-ins using] [more...]
To Artifact [533c8c4dc4]:
- File .github/workflows/freebsd.yml — part of check-in [ebb50f7d8f] at 2024-05-05 08:39:05 on branch trunk — GitHub Actions: Load SCTP kernel module on FreeBSD (user: js, size: 604) [annotate] [blame] [check-ins using]
︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + | - uses: actions/checkout@v4 - uses: vmactions/freebsd-vm@v1 with: usesh: true copyback: false prepare: | pkg install -y autoconf automake gnutls pkgconf kldload sctp run: | ./autogen.sh ./configure OBJC=clang ${{ matrix.configure_flags }} make -j4 make check make install |