Skip to content

Commit

Permalink
fix(dssim)
Browse files Browse the repository at this point in the history
 closes #8851

 closes #8852
  • Loading branch information
jhheider committed Mar 5, 2025
1 parent b00ecfd commit 1fc3de5
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions projects/kornel.ski/dssim/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,19 @@ versions:

build:
dependencies:
rust-lang.org: '>=1.56<1.78'
rust-lang.org/cargo: '*'
script: cargo install --locked --path . --root {{prefix}}
rust-lang.org/rustup: '*'
script:
# requires nightly
- run:
- ln -sf {{deps.rust-lang.org/rustup.prefix}}/bin/rustup .
- rustup default nightly
- ln -sf $HOME/.rustup/toolchains/*/bin/* .
working-directory: $HOME/.cargo/bin
- cargo install --locked --path . --root {{prefix}}
env:
PATH: '$HOME/.cargo/bin:$PATH'
RUSTFLAGS:
- -Zunstable-options

test:
dependencies:
Expand Down

0 comments on commit 1fc3de5

Please sign in to comment.