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 cf88629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
path: seL4
- name: Install SDK dependencies
run: |
rustup target add x86_64-apple-darwin
brew tap riscv-software-src/riscv
brew install riscv-tools
brew install pandoc cmake dtc ninja qemu libxml2 [email protected] coreutils texlive qemu
Expand All @@ -95,7 +96,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 cf88629

Please sign in to comment.