mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(lighthouse)
seen this a few times now; might need a newer nightly rust. closes #5303
This commit is contained in:
parent
89af692af9
commit
0f865aedde
1 changed files with 8 additions and 1 deletions
|
@ -15,7 +15,14 @@ build:
|
|||
rust-lang.org/cargo: '*'
|
||||
cmake.org: ^3.12
|
||||
protobuf.dev: '*'
|
||||
script: make CARGO_INSTALL_EXTRA_FLAGS="--root {{prefix}}"
|
||||
script:
|
||||
# curve25519-dalek 4.1.2 introduces some odd simd issues on x86-64
|
||||
- run: sed -i
|
||||
-e 's/version = "4.1.2"/version = "4.1.1"/'
|
||||
-e 's/0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348/e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c/'
|
||||
Cargo.lock
|
||||
if: 5.0.0
|
||||
- make CARGO_INSTALL_EXTRA_FLAGS="--root {{prefix}}"
|
||||
test: make test-release
|
||||
|
||||
provides:
|
||||
|
|
Loading…
Reference in a new issue