Skip to content

Commit 2ee8e51

Browse files
committed
up
1 parent 6818f9c commit 2ee8e51

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,23 +77,20 @@ jobs:
7777
with:
7878
python-version: "3.11"
7979
- run: python -m pip install --upgrade pip numpy
80-
- name: Install Clang 18
81-
run: |
82-
brew update
83-
brew install llvm@18
84-
echo "/usr/local/opt/llvm@18/bin" >> $GITHUB_PATH
80+
# - name: Install Clang 18
81+
# run: |
82+
# brew update
83+
# brew install llvm@18
84+
# echo "/usr/local/opt/llvm@18/bin" >> $GITHUB_PATH
8585
# Build and upload the archive
8686
- run: mix deps.get
8787
# - run: .github/scripts/compile_and_upload.sh ${{ github.ref_name }}
8888
- run: XLA_BUILD=true mix compile
8989
env:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9191
XLA_TARGET: cpu
92-
# One of the build steps uses local_config_apple_cc/wrapped_clang
93-
# which calls xcrun clang and points to the system clang version.
94-
# This env explicitly disables this toolchain, so that our Clang
95-
# installation is used instead.
96-
BUILD_FLAGS: "--repo_env=BAZEL_NO_APPLE_CPP_TOOLCHAIN=1"
92+
# BUILD_FLAGS: "--repo_env=BAZEL_NO_APPLE_CPP_TOOLCHAIN=1"
93+
BUILD_FLAGS: "--define=xnn_enable_avxvnniint8=false"
9794

9895
# macos_arm:
9996
# name: "aarch64-darwin-cpu"

0 commit comments

Comments
 (0)