Skip to content

Commit e98376d

Browse files
committed
Name the released specification and the released engine
openkal 0.8.0 is published and resolvable from the index, so the manifest names it by version rather than by branch --- including the example's, where a branch would hand a reader a reference that moves. The engine pin moves to mcpp 2026.8.27.1 and the repository variable MCPP_SOURCE_REF is cleared, so what this repository tests is the engine a user installs.
1 parent 971af30 commit e98376d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
timeout-minutes: 40
2121
env:
22-
MCPP_VERSION: 2026.8.26.2
22+
MCPP_VERSION: 2026.8.27.1
2323
XLINGS_VERSION: v2026.8.17.2
2424
XLINGS_NON_INTERACTIVE: '1'
2525
# The branch of the specification this backend is verified against. It
@@ -274,7 +274,7 @@ jobs:
274274
run:
275275
shell: bash
276276
env:
277-
MCPP_VERSION: 2026.8.26.2
277+
MCPP_VERSION: 2026.8.27.1
278278
XLINGS_VERSION: v2026.8.17.2
279279
XLINGS_NON_INTERACTIVE: '1'
280280
steps:

examples/hello/mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ runner = ["qemu-system-riscv64", "-machine", "virt", "-nographic",
2323
# That is the right refusal --- two forms can name two different trees --- and
2424
# it means an example inside a repository follows that repository's own
2525
# declaration while a change is in flight.
26-
openkal = { git = "https://github.com/mcpplibs/openkal", branch = "feat/openkal-0.8" }
26+
openkal = "0.8.0"
2727
openkal-opensbi = { path = "../.." }

mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repo = "https://github.com/mcpplibs/openkal-opensbi"
3333
# The contract, not an implementation of it. Declaring it turns a version
3434
# mismatch into a resolution-time message rather than a link-time one.
3535
[dependencies]
36-
openkal = { git = "https://github.com/mcpplibs/openkal", branch = "feat/openkal-0.8" }
36+
openkal = "0.8.0"
3737

3838
# ⭐ WHAT RECEIVES CONTROL, WHICH IS A STATEMENT ABOUT THE PROGRAM.
3939
#

0 commit comments

Comments
 (0)