File tree Expand file tree Collapse file tree 3 files changed +3
-20
lines changed Expand file tree Collapse file tree 3 files changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,9 @@ cd "$SCRIPTDIR"
10
10
11
11
cd ..
12
12
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')
25
14
26
15
echo "Built: $BUILT"
27
- ls "$BUILT"
28
16
29
17
VERSION="$(nix eval .#default.version --raw)"
30
18
echo "Got version: $VERSION"
@@ -35,11 +23,6 @@ unset IFS
35
23
echo "Saw artifacts:\n\n"
36
24
echo "$ARTIFACTS"
37
25
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
-
43
26
TAG=v"$VERSION"
44
27
45
28
echo ""
Original file line number Diff line number Diff line change 1
1
name : rust-notebook-language-server
2
- version : 0.2.3 .0
2
+ version : 0.2.4 .0
3
3
4
4
extra-source-files :
5
5
- README.md
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : rust-notebook-language-server
8
- version : 0.2.3 .0
8
+ version : 0.2.4 .0
9
9
build-type : Simple
10
10
extra-source-files :
11
11
README.md
You can’t perform that action at this time.
0 commit comments