File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,13 @@ build --host_platform=//bazel_toolchain:build_platform
3333build --experimental_ui_max_stdouterr_bytes=16000000
3434build --local_ram_resources=HOST_RAM*.8 --local_cpu_resources=2
3535EOF
36+ else
37+ # make sure base image has unzip, build isolation requires it in /bin:/usr/bin:/usr/local/bin
38+ echo installing unzip
39+ sudo apt install -y unzip
40+ echo done installing unzip
3641fi
3742
38- cat >> .bazelrc << EOF
39- # build --spawn_strategy=local
40- EOF
41-
4243echo ' ---------------- .bazelrc --------------------------'
4344cat .bazelrc
4445echo ' ----------------------------------------------------'
Original file line number Diff line number Diff line change @@ -288,6 +288,8 @@ outputs:
288288 - echo "no tests for ray-observability, it is a convenience bundle"
289289
290290 - name : ray-adag
291+ build :
292+ skip : true # [osx]
291293 requirements :
292294 host :
293295 - python
@@ -300,6 +302,8 @@ outputs:
300302 - echo "no tests for ray-adag, it is a convenience bundle"
301303
302304 - name : ray-cgraph
305+ build :
306+ skip : true # [osx]
303307 requirements :
304308 host :
305309 - python
You can’t perform that action at this time.
0 commit comments