Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
branches: [ "main" ]

env:
SEL4_VERSION: 14.0.0
SEL4_VERSION: c55f50b6e5e5c753ec9295d85ed5dff91a1e1562

# To reduce the load we cancel any older runs of this workflow for the current
# PR. For deployment to the main branch, the workflow will run on each push,
Expand Down
2 changes: 2 additions & 0 deletions .linkcheck-ignore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
urls:
- "https://developer.arm.com/downloads/*"
1 change: 1 addition & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Upstream-Contact: seL4 team <support@sel4.systems>
Source: http://sel4.systems

Files:
.linkcheck-ignore.yml
Cargo.lock
example/rust/Cargo.lock
example/rust/support/*.json
Expand Down
52 changes: 26 additions & 26 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ members = [
]

[workspace.dependencies.sel4-capdl-initializer]
git = "https://github.com/seL4/rust-seL4"
rev = "0ac1c27ee6cb9edac7a1a41a69b0d421e170d6a4"
git = "https://github.com/au-ts/rust-seL4"
rev = "c12da1b41cf17ea86369d2dfe81790598376f78b"

[workspace.dependencies.sel4-capdl-initializer-types]
git = "https://github.com/seL4/rust-seL4"
rev = "0ac1c27ee6cb9edac7a1a41a69b0d421e170d6a4"
git = "https://github.com/au-ts/rust-seL4"
rev = "c12da1b41cf17ea86369d2dfe81790598376f78b"

[profile.release.package.microkit-tool]
strip = true
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ It should be noted that while Microkit uses mainline seL4, it is fairly tied to
specific version used.

For this version of Microkit please use the following commit:
`14.0.0`.
`c55f50b6e5e5c753ec9295d85ed5dff91a1e1562`.

## Building the SDK

Expand Down