Commit a567f9e 1 parent b8b3cb3 commit a567f9e Copy full SHA for a567f9e
File tree 2 files changed +20
-4
lines changed
2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash -Cue
2
2
3
3
export BINSTALL_VERSION=" v1.10.14"
4
- export CARGO_NET_GIT_FETCH_WITH_CLI=true
4
+ export JRSONNET_VERSION= " v0.5.0-pre96-test "
5
5
6
6
curl -L --proto ' =https' --tlsv1.2 -sSf " https://raw.githubusercontent.com/cargo-bins/cargo-binstall/${BINSTALL_VERSION} /install-from-binstall-release.sh" | env BINSTALL_VERSION=${BINSTALL_VERSION} CARGO_HOME=$( pwd) bash
7
7
@@ -11,4 +11,12 @@ curl -L --proto '=https' --tlsv1.2 -sSf "https://raw.githubusercontent.com/cargo
11
11
./bin/cargo-binstall --root . kble --version 0.3.0 --no-confirm
12
12
./bin/cargo-binstall --root . kble-c2a --version 0.3.0 --no-confirm
13
13
./bin/cargo-binstall --root . kble-eb90 --version 0.3.0 --no-confirm
14
- cargo install --debug --root . jrsonnet --version 0.5.0-pre9 --locked
14
+
15
+ # # install jrsonnet
16
+ arch=$( uname -m)
17
+ if [ " $arch " = " x86_64" ]; then
18
+ arch=" amd64"
19
+ fi
20
+ os=$( uname -s | tr -s ' [:upper:]' ' [:lower:]' )
21
+ curl -L " https://github.com/CertainLach/jrsonnet/releases/download/${JRSONNET_VERSION} /jrsonnet-linux-${arch} " -o ./bin/jrsonnet
22
+ chmod +x ./bin/jrsonnet
Original file line number Diff line number Diff line change 1
1
#! /bin/bash -Cue
2
2
3
3
export BINSTALL_VERSION=" v1.10.14"
4
- export CARGO_NET_GIT_FETCH_WITH_CLI=true
4
+ export JRSONNET_VERSION= " v0.5.0-pre96-test "
5
5
6
6
curl -L --proto ' =https' --tlsv1.2 -sSf " https://raw.githubusercontent.com/cargo-bins/cargo-binstall/${BINSTALL_VERSION} /install-from-binstall-release.sh" | env BINSTALL_VERSION=${BINSTALL_VERSION} CARGO_HOME=$( pwd) bash
7
7
@@ -11,4 +11,12 @@ curl -L --proto '=https' --tlsv1.2 -sSf "https://raw.githubusercontent.com/cargo
11
11
./bin/cargo-binstall --root . kble --version 0.3.0 --no-confirm
12
12
./bin/cargo-binstall --root . kble-c2a --version 0.3.0 --no-confirm
13
13
./bin/cargo-binstall --root . kble-eb90 --version 0.3.0 --no-confirm
14
- cargo install --debug --root . jrsonnet --version 0.5.0-pre9 --locked
14
+
15
+ # # install jrsonnet
16
+ arch=$( uname -m)
17
+ if [ " $arch " = " x86_64" ]; then
18
+ arch=" amd64"
19
+ fi
20
+ os=$( uname -s | tr -s ' [:upper:]' ' [:lower:]' )
21
+ curl -L " https://github.com/CertainLach/jrsonnet/releases/download/${JRSONNET_VERSION} /jrsonnet-linux-${arch} " -o ./bin/jrsonnet
22
+ chmod +x ./bin/jrsonnet
You can’t perform that action at this time.
0 commit comments