Ed Maste
Ed Maste
Some files (e.g. disk images) can have very large runs of 0 bytes. It would be nice to have an option to omit these - e.g. the BSD hexdump by...
Discussed in https://reviews.freebsd.org/D7597. It looks like FreeBSD will disable tests when building without C++, as some ATF components require a C++ compiler. I don't believe this is a high priority...
Right now this executes only `make distcheck` and does not rely on any of the scripts under admin/ used by the travis CI config.
pkg 1.17.3, attempting to install audio/timidity++ ``` # pkg install timidity++ Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. pkg: timidity++ has...
I'd like to build pkg in a separate build tree, not directly in the src tree, but it seems unsupported: ``` % mkdir build % cd build % ../configure %...
jail create -m src=PATH requires a version to be specified. I think it's not actually used (but recorded), but in any case the man page does not give a suggestion...
CONTRIBUTING.rst states: ``` Pull requests can be made under `The Oracle Contributor Agreement `_ (OCA). ``` However https://www.oracle.com/technetwork/community/oca-486395.html is 404 Perhaps https://oca.opensource.oracle.com/
Also: - remove git from the list of packages to install (we do not need it, the clone is already done for us by Cirrus-CI) - remove the timeout override...
# Description Add FreeBSD/arm64 VM instances. # Context We have an interest in building and testing FreeBSD itself, as well as downstream projects, on AArch64/arm64. Downstream projects of particular interest...