forked from pfsense/FreeBSD-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notable upstream pull request merges: #15290 54b1b1d import: require force when cachefile hostid doesn't match on-disk #15319 342357c Reduce number of metaslab preload taskq threads #15340 2a6c621 ARC: Remove b_cv from struct l1arc_buf_hdr #15347 75a2eb7 ARC: Drop different size headers for crypto #15350 96b9cf4 ARC: Remove b_bufcnt/b_ebufcnt from ARC headers #15353 66b81b3 ZIL: Reduce maximum size of WR_COPIED to 7.5K #15362 5b8688e zfsconcepts: add description of block cloning Obtained from: OpenZFS OpenZFS commit: 66b81b3
- Loading branch information
Showing
25 changed files
with
512 additions
and
332 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
env: | ||
CIRRUS_CLONE_DEPTH: 1 | ||
ARCH: amd64 | ||
|
||
build_task: | ||
matrix: | ||
freebsd_instance: | ||
image_family: freebsd-12-4 | ||
freebsd_instance: | ||
image_family: freebsd-13-2 | ||
freebsd_instance: | ||
image_family: freebsd-14-0-snap | ||
prepare_script: | ||
- pkg install -y autoconf automake libtool gettext-runtime gmake ksh93 py39-packaging py39-cffi py39-sysctl | ||
configure_script: | ||
- env MAKE=gmake ./autogen.sh | ||
- env MAKE=gmake ./configure --with-config="user" --with-python=3.9 | ||
build_script: | ||
- gmake -j `sysctl -n kern.smp.cpus` | ||
install_script: | ||
- gmake install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.