Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.76 #7

Merged
merged 28 commits into from
Mar 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
include conda-forge tests
  • Loading branch information
SC426 committed Mar 8, 2024
commit 1b51f99571534f4a1db904253adb617e80aa41b3
11 changes: 10 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ outputs:
commands:
- rustc --version
- cargo --help

- cargo --config registries.crates-io.protocol=\"sparse\" install --force xsv
- rustc --help
- rustdoc --help
- echo {{ rust_arch }}
- if exist %LIBRARY_PREFIX%\share\doc\rust\html\sysroot exit 1 # [win]

- name: rust-gnu # [win]
script: install-gnu.bat # [win]
Expand All @@ -86,6 +90,11 @@ outputs:
commands: # [win]
- rustc --version # [win]
- cargo --help # [win]
- cargo --config registries.crates-io.protocol=\"sparse\" install --force xsv # [win]
- rustc --help # [win]
- rustdoc --help # [win]
- echo {{ rust_arch }} # [win]
- if exist %LIBRARY_PREFIX%\share\doc\rust\html\sysroot exit 1 # [win]

about:
home: https://www.rust-lang.org
Expand Down