Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
path: seL4
- name: Install SDK dependencies
run: |
rustup install 1.91.0
rustup target add x86_64-unknown-linux-musl
rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu
rustup target add aarch64-unknown-linux-musl
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion initialiser/support/targets/aarch64-sel4-minimal.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"kcfi",
"kernel-address"
],
"target-pointer-width": "64"
"target-pointer-width": 64
}
2 changes: 1 addition & 1 deletion initialiser/support/targets/riscv64imac-sel4-minimal.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"shadow-call-stack",
"kernel-address"
],
"target-pointer-width": "64"
"target-pointer-width": 64
}
2 changes: 1 addition & 1 deletion initialiser/support/targets/x86_64-sel4-minimal.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"kcfi",
"kernel-address"
],
"target-pointer-width": "64"
"target-pointer-width": 64
}
2 changes: 1 addition & 1 deletion tool/microkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name = "microkit-tool"
version = "2.0.1-dev"
edition = "2021"
rust-version = "1.88.0"
rust-version = "1.91.0"

[[bin]]
name = "microkit"
Expand Down
Loading