File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,21 +10,9 @@ cd "$SCRIPTDIR"
1010
1111cd ..
1212
13- for arg do
14- shift
15-
16- [ "$arg" = "--grand" ] && GRAND="t" && continue
17- done
18-
19- if [[ -n "$GRAND" ]]; then
20- BUILT=$(nix build .#grandCombinedGithubArtifacts \
21- --builders-use-substitutes --no-link --json | jq -r '.[0].outputs.out')
22- else
23- BUILT=$(nix build .#githubArtifacts --no-link --json | jq -r '.[0].outputs.out')
24- fi
13+ BUILT=$(nix build .#grandCombinedGithubArtifacts --builders-use-substitutes --no-link --json | jq -r '.[0].outputs.out')
2514
2615echo "Built: $BUILT"
27- ls "$BUILT"
2816
2917VERSION="$(nix eval .#default.version --raw)"
3018echo "Got version: $VERSION"
@@ -35,11 +23,6 @@ unset IFS
3523echo "Saw artifacts:\n\n"
3624echo "$ARTIFACTS"
3725
38- # Smoke check
39- # FIRST_EXECUTABLE=$(find "$BUILT" -type f -executable | head -n 1)
40- # echo "FIRST_EXECUTABLE: $FIRST_EXECUTABLE"
41- # $FIRST_EXECUTABLE --help > /dev/null 2>&1
42-
4326TAG=v"$VERSION"
4427
4528echo ""
Original file line number Diff line number Diff line change 11name : rust-notebook-language-server
2- version : 0.2.3 .0
2+ version : 0.2.4 .0
33
44extra-source-files :
55- README.md
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
55-- see: https://github.com/sol/hpack
66
77name : rust-notebook-language-server
8- version : 0.2.3 .0
8+ version : 0.2.4 .0
99build-type : Simple
1010extra-source-files :
1111 README.md
You can’t perform that action at this time.
0 commit comments