File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ build:debug --verbose_failures
44
44
build:debug -s
45
45
46
46
# Docker Sandbox Mode - Note all docker sandbox configs must run from a linux x86_64 host
47
- build:docker-sandbox --experimental_docker_image=suburbandad/cross-clang-10 :latest
47
+ build:docker-sandbox --experimental_docker_image=suburbandad/prysm-cross :latest
48
48
build:docker-sandbox --spawn_strategy=docker --strategy=Javac=docker --genrule_strategy=docker
49
49
build:docker-sandbox --define=EXECUTOR=remote
50
50
build:docker-sandbox --experimental_docker_verbose
@@ -100,3 +100,6 @@ build:windows_amd64 --compiler=mingw-w64
100
100
build:windows_amd64_debug --config=windows_amd64
101
101
build:windows_amd64_debug --config=debug
102
102
103
+ # windows_amd64 docker sandbox build config
104
+ build:windows_amd64_docker --config=windows_amd64_debug
105
+ build:windows_amd64_docker --config=docker-sandbox
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ If you are on linux_amd64 and you have docker configured, you can simply use baz
19
19
#### Otherwise run the cross compiler image
20
20
1 . checkout prysm, ` git clone https://github.com/prysmaticlabs/prysm `
21
21
2 . cd prysm
22
- 3 . ` docker run -it -v $(pwd):/workdir suburbandad/cross-clang-10 :latest `
22
+ 3 . ` docker run -it -v $(pwd):/workdir suburbandad/prysm-cross :latest `
23
23
24
24
From here you can run builds inside the linux x86_64 container image, e.g.:
25
25
@@ -28,7 +28,7 @@ From here you can run builds inside the linux x86_64 container image, e.g.:
28
28
| arm64 | linux | linux_arm64 | Y | ` bazel build --config=linux_arm64_docker //beacon-chain ` |
29
29
| x86_64 | linux | linux_amd64 | Y | ` bazel build --config=linux_amd64_docker //beacon-chain ` |
30
30
| x86_64 | osx | osx_amd64 | Y | ` bazel build --config=osx_amd64_docker //beacon-chain ` |
31
- | x86_64 | windows | windows_amd64 | N | ` bazel build --config=windows_amd64_docker //beacon-chain ` |
31
+ | x86_64 | windows | windows_amd64 | y | ` bazel build --config=windows_amd64_docker //beacon-chain ` |
32
32
33
33
34
34
#### Or, if you just want to run a particular target, this is handy:
You can’t perform that action at this time.
0 commit comments