Skip to content

Commit 0252670

Browse files
committed
Update Intel SDE version used to fix the stdarch tests
1 parent 62d5f3c commit 0252670

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/stdarch.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,11 @@ jobs:
5050
run: |
5151
mkdir intel-sde
5252
cd intel-sde
53-
dir=sde-external-9.33.0-2024-01-07-lin
53+
version=10.8.0-2026-03-15
54+
url_path=915934
55+
dir=sde-external-$version-lin
5456
file=$dir.tar.xz
55-
wget https://downloadmirror.intel.com/813591/$file
57+
wget https://downloadmirror.intel.com/$url_path/$file
5658
tar xvf $file
5759
sudo mkdir /usr/share/intel-sde
5860
sudo cp -r $dir/* /usr/share/intel-sde

0 commit comments

Comments
 (0)