mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 12:51:55 +00:00
sg: use bazel for blobstore (#52068)
This also means we can remove the docker dependency on enterprise-bazel. blobstore only depends on docker to remove it's old docker image, so we can likely do similiar things for the non-bazel version of blobstore. Test Plan: sg run blobstore
This commit is contained in:
parent
8e27b90066
commit
de5dd794f4
@ -954,6 +954,8 @@ bazelCommands:
|
||||
GITSERVER_ADDR: 127.0.0.1:3501
|
||||
SRC_REPOS_DIR: $HOME/.sourcegraph/repos_1
|
||||
SRC_PROF_HTTP: 127.0.0.1:3551
|
||||
blobstore:
|
||||
target: //cmd/blobstore:blobstore
|
||||
searcher:
|
||||
target: //cmd/searcher
|
||||
syntax-highlighter:
|
||||
@ -1111,13 +1113,13 @@ commandsets:
|
||||
enterprise-bazel: &enterprise_bazel_set
|
||||
requiresDevPrivate: true
|
||||
checks:
|
||||
- docker
|
||||
- redis
|
||||
- postgres
|
||||
- git
|
||||
- bazelisk
|
||||
- ibazel
|
||||
bazelCommands:
|
||||
- blobstore
|
||||
- frontend
|
||||
- worker
|
||||
- repo-updater
|
||||
@ -1129,7 +1131,6 @@ commandsets:
|
||||
- github-proxy
|
||||
commands:
|
||||
- web
|
||||
- blobstore
|
||||
- docsite
|
||||
- zoekt-index-0
|
||||
- zoekt-index-1
|
||||
@ -1210,6 +1211,7 @@ commandsets:
|
||||
- bazelisk
|
||||
- ibazel
|
||||
bazelCommands:
|
||||
- blobstore
|
||||
- frontend
|
||||
- worker
|
||||
- repo-updater
|
||||
@ -1223,7 +1225,6 @@ commandsets:
|
||||
- codeintel-executor
|
||||
commands:
|
||||
- web
|
||||
- blobstore
|
||||
- docsite
|
||||
- zoekt-index-0
|
||||
- zoekt-index-1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user