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:
parent
f169d387d4
commit
a72eca447b
@ -30,7 +30,7 @@ pkgver() {
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/moonset"
|
cd "$srcdir/moonset"
|
||||||
cargo build --release --locked
|
cargo build --release
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user