This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree 3 files changed +6
-6
lines changed
internal/codeintel/autoindexing/internal/inference
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ var defaultIndexers = map[string]string{
26
26
27
27
// To update, run `DOCKER_USER=... DOCKER_PASS=... ./update-shas.sh`
28
28
var defaultIndexerSHAs = map [string ]string {
29
- "sourcegraph/scip-go" : "sha256:e6ca2d4b55bd1379631d45faab169fc32dc6da2c1939ed11a700261ac4c4d26f " ,
29
+ "sourcegraph/scip-go" : "sha256:56414010d8917d6952c051dd5fcc0901fdf5c12031d352cc0b26778f040dddcc " ,
30
30
"sourcegraph/scip-rust" : "sha256:adf0047fc3050ba4f7be71302b42c74b49901f38fb40916d94ac5fc9181ac078" ,
31
31
"sourcegraph/scip-java" : "sha256:a2b3828145cd38758a43363f06d786f9e620c97979a9291463c6544f7f17c68f" ,
32
32
"sourcegraph/scip-python" : "sha256:e3c13f0cadca78098439c541d19a72c21672a3263e22aa706760d941581e068d" ,
Original file line number Diff line number Diff line change 8
8
echo "No netrc config set, continuing"
9
9
fi
10
10
root : " "
11
- indexer : sourcegraph/scip-go@sha256:e6ca2d4b55bd1379631d45faab169fc32dc6da2c1939ed11a700261ac4c4d26f
11
+ indexer : sourcegraph/scip-go@sha256:56414010d8917d6952c051dd5fcc0901fdf5c12031d352cc0b26778f040dddcc
12
12
indexer_args :
13
13
- GO111MODULE=off
14
14
- scip-go
Original file line number Diff line number Diff line change 1
1
- steps :
2
2
- root : foo/bar
3
- image : sourcegraph/scip-go@sha256:e6ca2d4b55bd1379631d45faab169fc32dc6da2c1939ed11a700261ac4c4d26f
3
+ image : sourcegraph/scip-go@sha256:56414010d8917d6952c051dd5fcc0901fdf5c12031d352cc0b26778f040dddcc
4
4
commands :
5
5
- |
6
6
if [ "$NETRC_DATA" ]; then
19
19
echo "No netrc config set, continuing"
20
20
fi
21
21
root : foo/bar
22
- indexer : sourcegraph/scip-go@sha256:e6ca2d4b55bd1379631d45faab169fc32dc6da2c1939ed11a700261ac4c4d26f
22
+ indexer : sourcegraph/scip-go@sha256:56414010d8917d6952c051dd5fcc0901fdf5c12031d352cc0b26778f040dddcc
23
23
indexer_args :
24
24
- scip-go
25
25
- --no-animation
33
33
- NETRC_DATA
34
34
- steps :
35
35
- root : foo/baz
36
- image : sourcegraph/scip-go@sha256:e6ca2d4b55bd1379631d45faab169fc32dc6da2c1939ed11a700261ac4c4d26f
36
+ image : sourcegraph/scip-go@sha256:56414010d8917d6952c051dd5fcc0901fdf5c12031d352cc0b26778f040dddcc
37
37
commands :
38
38
- |
39
39
if [ "$NETRC_DATA" ]; then
52
52
echo "No netrc config set, continuing"
53
53
fi
54
54
root : foo/baz
55
- indexer : sourcegraph/scip-go@sha256:e6ca2d4b55bd1379631d45faab169fc32dc6da2c1939ed11a700261ac4c4d26f
55
+ indexer : sourcegraph/scip-go@sha256:56414010d8917d6952c051dd5fcc0901fdf5c12031d352cc0b26778f040dddcc
56
56
indexer_args :
57
57
- scip-go
58
58
- --no-animation
You can’t perform that action at this time.
0 commit comments