mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(sway) (#5330)
* fix(sway) semver....... closes #5329 * wip * wip * openssl 1.1 it is.
This commit is contained in:
parent
856e8cd2df
commit
5ef8fd50df
1 changed files with 18 additions and 13 deletions
|
@ -9,26 +9,31 @@ provides:
|
||||||
- bin/forc
|
- bin/forc
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
zlib.net: '*'
|
zlib.net: ^1
|
||||||
linux:
|
openssl.org: ^1.1
|
||||||
openssl.org: '*'
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
rust-lang.org: 1
|
rust-lang.org: 1
|
||||||
rust-lang.org/cargo: ^0.65
|
rust-lang.org/cargo: ^0
|
||||||
linux:
|
# needed to build openssl module
|
||||||
# needed to build openssl module
|
perl.org: '*'
|
||||||
perl.org: '*'
|
gnu.org/make: '*'
|
||||||
script:
|
script:
|
||||||
cargo install --locked --path forc --root {{prefix}}
|
# 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: 0.51.0
|
||||||
|
- cargo install --locked --path forc --root {{prefix}}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script: |
|
script:
|
||||||
forc new tea_test
|
- forc new tea_test
|
||||||
cd tea_test
|
- cd tea_test
|
||||||
cp $FIXTURE src/main.sw
|
- cat $FIXTURE >src/main.sw
|
||||||
forc test
|
- forc test
|
||||||
fixture: |
|
fixture: |
|
||||||
script;
|
script;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue