File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,14 @@ jobs:
74
74
platform : linux-amd64
75
75
bazel_target : //xla/pjrt/c:pjrt_c_api_gpu_plugin
76
76
- target : cpu
77
- config : " --config=release_macos_arm64"
77
+ config : " --config=release_macos_arm64 --macos_sdk_version=15.2 "
78
78
artifact : bazel-bin/xla/pjrt/c/libpjrt_c_api_cpu_plugin.dylib
79
79
runs_on : ["self-hosted", "macOS"]
80
80
renamed_artifact : libpjrt_cpu.dylib
81
81
platform : darwin-arm64
82
82
bazel_target : //xla/pjrt/c:pjrt_c_api_cpu_plugin
83
83
- target : cpu
84
- config : " --config=release_macos_base"
84
+ config : " --config=release_macos_base --macos_sdk_version=15.2 "
85
85
artifact : bazel-bin/xla/pjrt/c/libpjrt_c_api_cpu_plugin.dylib
86
86
renamed_artifact : libpjrt_cpu.dylib
87
87
runs_on : ["self-hosted", "macOS"]
Original file line number Diff line number Diff line change @@ -4,4 +4,3 @@ build --strip=always
4
4
build:linux --incompatible_enable_cc_toolchain_resolution
5
5
build:linux --repo_env BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
6
6
build:linux --sandbox_add_mount_pair=/tmp
7
- build:release_macos_base --macos_minimum_os=10.15
You can’t perform that action at this time.
0 commit comments