3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-08 03:15:24 +00:00

Upgrade to WASI SDK 33 and enable exceptions

This commit is contained in:
bin 2026-05-01 13:26:28 -04:00
parent 18b832247b
commit 5dfe1937a0
5 changed files with 14 additions and 20 deletions

View file

@ -79,8 +79,8 @@ jobs:
persist-credentials: false
- name: Build
run: |
WASI_SDK=wasi-sdk-27.0-x86_64-linux
WASI_SDK_URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-27/wasi-sdk-27.0-x86_64-linux.tar.gz
WASI_SDK=wasi-sdk-33.0-x86_64-linux
WASI_SDK_URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-33/wasi-sdk-33.0-x86_64-linux.tar.gz
if ! [ -d ${WASI_SDK} ]; then curl -L ${WASI_SDK_URL} | tar xzf -; fi
FLEX_VER=2.6.4