We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4106e2a commit e8a1ed6Copy full SHA for e8a1ed6
build.sh
@@ -278,6 +278,7 @@ BuildReleaseFreeBSD() {
278
freebsd_version=$(eval "curl -fsSL --max-time 2 $githubAuthArgs \"https://api.github.com/repos/freebsd/freebsd-src/tags\"" | \
279
jq -r '.[].name' | \
280
grep '^release/14\.' | \
281
+ grep -v -- '-p[0-9]*$' | \
282
sort -V | \
283
tail -1 | \
284
sed 's/release\///' | \
0 commit comments