Skip to content

Commit 24990a7

Browse files
committed
self hosting sde binary
1 parent 93dc7c9 commit 24990a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test_old_cpu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939

4040
- name: Install Intel SDE
4141
run: |
42-
SDE_URL="https://downloadmirror.intel.com/859732/sde-external-9.58.0-2025-06-16-lin.tar.xz"
43-
SDE_SHA256="f849acecad4c9b108259c643b2688fd65c35723cd23368abe5dd64b917cc18c0"
44-
curl -o /tmp/sde.tar.xz "$SDE_URL"
42+
SDE_URL="https://github.com/SwayamInSync/numpy-quaddtype/releases/download/sde-toolchain/sde-external-10.8.0-2026-03-15-lin.tar.xz"
43+
SDE_SHA256="50b320cd226acef7a491f5b321fc1be3c3c7984f9e27a456e64894b5b0979dd3"
44+
curl -fSL -o /tmp/sde.tar.xz "$SDE_URL"
4545
echo "$SDE_SHA256 /tmp/sde.tar.xz" | sha256sum -c -
4646
mkdir /tmp/sde && tar -xvf /tmp/sde.tar.xz -C /tmp/sde/
4747
sudo mv /tmp/sde/* /opt/sde && sudo ln -s /opt/sde/sde64 /usr/bin/sde

0 commit comments

Comments
 (0)