Skip to content

Commit

Permalink
ci: fix macOS x86-64 SDK artefact
Browse files Browse the repository at this point in the history
Forgot to cross-compile the Microkit tool to x86-64.

Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Sep 4, 2024
1 parent 4cc0f1f commit 369ea20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
python3.9 -m venv pyenv
./pyenv/bin/pip install --upgrade pip setuptools wheel
./pyenv/bin/pip install -r requirements.txt
./pyenv/bin/python build_sdk.py --sel4=seL4 --version ${{ env.SDK_VERSION }}
./pyenv/bin/python build_sdk.py --sel4=seL4 --version ${{ env.SDK_VERSION }} --tool-target-triple=x86_64-apple-darwin
- name: Upload SDK
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 369ea20

Please sign in to comment.