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
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include = ["../build/imports/ariel-os/ariel-os-cargo.toml"]
10 changes: 9 additions & 1 deletion .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,17 @@ jobs:
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@master
with:
# The pinned nightly of Ariel OS v0.3
# The pinned nightly of Ariel OS v0.4.0
toolchain: nightly-2026-01-20
components: rust-src
# This is needed for the .cargo/config.toml's include directive to work
# In real application this file would come from the ariel os repo that
# laze copies locally.
- name: Create dummy cargo config
run: |
mkdir -p build/imports/ariel-os
touch build/imports/ariel-os/ariel-os-cargo.toml

- uses: taiki-e/install-action@v1
with:
tool: wasm-tools
Expand Down
Loading
Loading