fix(mise)

closes #5140
closes #5141
This commit is contained in:
Jacob Heider 2024-02-07 13:14:52 -05:00 committed by Jacob Heider
parent b0032f10ef
commit 2fbeac0c1b
2 changed files with 14 additions and 0 deletions

View file

@ -21,6 +21,13 @@ build:
rust-lang.org/cargo: '*'
freedesktop.org/pkg-config: '*'
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: '>=2024.2.6'
- cargo install --locked --path . --root {{prefix}}
# FIXME: <2024 isn't matching like it should. this should be split at 2024.1.0
- run: |

View file

@ -23,6 +23,13 @@ build:
rust-lang.org/cargo: '*'
freedesktop.org/pkg-config: '*'
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: '>=2024.2.6'
- cargo install --locked --path . --root {{prefix}}
# FIXME: <2024 isn't matching like it should. this should be split at 2024.1.0
- run: |