We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb995ff + 29ee3e3 commit 6137f40Copy full SHA for 6137f40
R/Reactant/build_tarballs.jl
@@ -137,6 +137,7 @@ fi
137
echo "register_toolchains(\\"//:cc_toolchain_for_ygg_host\\")" >> WORKSPACE
138
139
if [[ "${target}" == *-darwin* ]]; then
140
+ BAZEL_BUILD_FLAGS+=(--config=macos)
141
BAZEL_BUILD_FLAGS+=(--define=gcc_linux_x86_32_1=false)
142
BAZEL_BUILD_FLAGS+=(--define=gcc_linux_x86_64_1=false)
143
BAZEL_BUILD_FLAGS+=(--define=gcc_linux_x86_64_2=false)
@@ -222,7 +223,6 @@ if [[ "${target}" == aarch64-* ]]; then
222
223
fi
224
225
if [[ "${bb_full_target}" == *gpu+cuda* ]]; then
- BAZEL_BUILD_FLAGS+=(--config=cuda)
226
BAZEL_BUILD_FLAGS+=(--repo_env=HERMETIC_CUDA_VERSION="${HERMETIC_CUDA_VERSION}")
227
if [[ "${HERMETIC_CUDA_VERSION}" == *13.* ]]; then
228
BAZEL_BUILD_FLAGS+=(--config=cuda13)
0 commit comments