File tree 2 files changed +30
-0
lines changed
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 5
5
- " pixi-build-cmake-v[0-9]+.[0-9]+.[0-9]+"
6
6
- " pixi-build-python-v[0-9]+.[0-9]+.[0-9]+"
7
7
- " pixi-build-rattler-build-v[0-9]+.[0-9]+.[0-9]+"
8
+ - " pixi-build-rust-v[0-9]+.[0-9]+.[0-9]+"
8
9
# Run everything but publish on PRs
9
10
pull_request :
10
11
Original file line number Diff line number Diff line change
1
+ package :
2
+ name : pixi-build-rust
3
+ version : " ${{ env.get('PIXI_BUILD_RUST_VERSION', default='0.1.0dev') }}"
4
+
5
+ source :
6
+ path : ..
7
+
8
+ requirements :
9
+ build :
10
+ - ${{ compiler("rust") }}
11
+ host :
12
+ - xz >=5.0, <6.0
13
+ - if : unix
14
+ then : openssl
15
+
16
+ build :
17
+ script :
18
+ - if : unix
19
+ then :
20
+ - export OPENSSL_DIR="$PREFIX"
21
+ - cargo install --locked --root $PREFIX --path crates/pixi-build-rust --no-track
22
+ else :
23
+ - cargo install --locked --root %PREFIX% --path crates/pixi-build-rust --no-track
24
+ files :
25
+ - bin/pixi-build-rust
26
+ - bin/pixi-build-rust.exe
27
+
28
+ tests :
29
+ - script : pixi-build-rust --help
You can’t perform that action at this time.
0 commit comments