Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / bun


Commits:
3c9c8b10 by Carl Smedstad at 2026-02-08T22:17:58+01:00
upgpkg: 1.3.9-2: Disable canary build mode

In addition to appending "canary" to the reported version this enables
experimental feature like and extra assertions not intended for stable releases.

Resolves #4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = bun
        pkgdesc = Incredibly fast JavaScript runtime, bundler, test runner, and 
package manager – all in one
        pkgver = 1.3.9
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/oven-sh/bun
        arch = x86_64
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgname=bun
 pkgver=1.3.9
 _webkitver=8af7958ff0e2a4787569edf64641a1ae7cfe074a
 _zigver=c1423ff3fc7064635773a4a4616c5bf986eb00fe
-pkgrel=1
+pkgrel=2
 pkgdesc="Incredibly fast JavaScript runtime, bundler, test runner, and package 
manager – all in one"
 arch=(x86_64)
 url="https://github.com/oven-sh/bun";
@@ -109,6 +109,7 @@ build() {
   cmake -S bun -B build-bun \
     "${cmake_args_common[@]}" \
     -DCMAKE_BUILD_TYPE=Release \
+    -DENABLE_CANARY=OFF \
     -DLLVM_VERSION="$llvmver" \
     -DENABLE_LTO=ON \
     -DENABLE_ASAN=OFF \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bun/-/commit/3c9c8b10776346f1873fb944d078abd9d25fc45b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bun/-/commit/3c9c8b10776346f1873fb944d078abd9d25fc45b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to