Skip to content

Commit

Permalink
Fix mac deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Aug 23, 2024
1 parent b470230 commit 8bbfbe0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .buildkite/secure_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ steps:
if [ "{{matrix.os}}" == "macos" ]; then
if [ "{{matrix.arch}}" == "aarch64" ]; then
sed -i.bak 's~targets = \[.*\]~targets = \[\"AArch64\", \"AMDGPU\"]~g' WORKSPACE
curl -fLO https://repo.anaconda.com/miniconda/Miniconda3-py3`echo {{matrix.python}} | cut -c 3-`_23.3.1-0-MacOSX-arm64.sh
curl -fLO https://repo.anaconda.com/miniconda/Miniconda3-py3`echo {{matrix.python}} | cut -c 3-`_24.7.1-0-MacOSX-arm64.sh
else
sed -i.bak 's~targets = \[.*\]~targets = \[\"X86\", \"AMDGPU\"]~g' WORKSPACE
curl -fLO https://repo.anaconda.com/miniconda/Miniconda3-py3`echo {{matrix.python}} | cut -c 3-`_23.3.1-0-MacOSX-{{matrix.arch}}.sh
curl -fLO https://repo.anaconda.com/miniconda/Miniconda3-py3`echo {{matrix.python}} | cut -c 3-`_24.7.1-0-MacOSX-{{matrix.arch}}.sh
fi
curl -fLO "https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-darwin"
mv bazelisk-darwin .local/bin/bazel
Expand All @@ -51,12 +51,12 @@ steps:
fi
mv bazel* .local/bin/bazel
chmod +x .local/bin/bazel
wget https://repo.anaconda.com/miniconda/Miniconda3-py3`echo {{matrix.python}} | cut -c 3-`_23.3.1-0-Linux-{{matrix.arch}}.sh
wget https://repo.anaconda.com/miniconda/Miniconda3-py3`echo {{matrix.python}} | cut -c 3-`_24.7.1-0-Linux-{{matrix.arch}}.sh
chmod +x Miniconda*.sh
./Miniconda*.sh -b -p `pwd`/conda
rm Miniconda*.sh
else
wget https://repo.anaconda.com/miniconda/Miniconda3-py3`echo {{matrix.python}} | cut -c 3-`_23.3.1-0-Windows-{{matrix.arch}}.exe
wget https://repo.anaconda.com/miniconda/Miniconda3-py3`echo {{matrix.python}} | cut -c 3-`_24.7.1-0-Windows-{{matrix.arch}}.exe
if [ "{{matrix.arch}}" == "aarch64" ]; then
wget https://github.com/bazelbuild/bazel/releases/download/6.2.1/bazel-6.2.1-windows-arm64.exe
else
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/secure_pipeline.yml.signature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Salted__y2�����D���"kA�V���0?��oN}<E��C� ��-qȘ��VkNTxgF1�a�z`F\1�H�d�z�b` ����ֽ�OC����
Salted__Q� "���=x��:�W�ԇ.�<+���9� E�g�h�d;�h?}��e�^Vr�?n�T�Wdˤ��N�.T�A��Y=q#V:��M7

0 comments on commit 8bbfbe0

Please sign in to comment.