Skip to content
Snippets Groups Projects
Commit 726d8be0 authored by Paolo Barbolini's avatar Paolo Barbolini Committed by J0WI
Browse files

community/swc: build with --frozen

parent 5c7c2b83
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!77536community/swc: build with --frozen
Pipeline #285157 skipped
......@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=swc
pkgver=1.9.1
pkgrel=0
pkgrel=1
pkgdesc="A super-fast TypeScript / JavaScript compiler written in Rust"
url="https://swc.rs"
# riscv64: it would take eternity to build
......@@ -25,7 +25,7 @@ prepare() {
}
build() {
cargo auditable build -p swc_cli --release --locked
cargo auditable build -p swc_cli --release --frozen
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment