fix(moonset): drop --locked flag for VCS package
--locked requires an up-to-date Cargo.lock at build time, which is unreliable for -git packages where source changes continuously.
This commit is contained in:
@@ -30,7 +30,7 @@ pkgver() {
|
||||
|
||||
build() {
|
||||
cd "$srcdir/moonset"
|
||||
cargo build --release --locked
|
||||
cargo build --release
|
||||
}
|
||||
|
||||
package() {
|
||||
|
||||
Reference in New Issue
Block a user