Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 28c00d4

Browse files
committed
fix: update lwext4_rust, update docs ci matrix
1 parent 5d99a65 commit 28c00d4

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macos-latest]
14+
include:
15+
- os: ubuntu-latest
16+
arch: x86_64
17+
- os: macos-latest
18+
arch: aarch64
1419
fail-fast: false
1520
permissions:
1621
contents: write
@@ -27,9 +32,9 @@ jobs:
2732
cache-targets: false
2833
- uses: arceos-org/setup-musl@v1
2934
with:
30-
arch: x86_64
35+
arch: ${{ matrix.arch }}
3136
- name: Build docs
32-
run: make doc_check_missing ARCH=${{ matrix.os == 'macos-latest' && 'aarch64' || 'x86_64' }}
37+
run: make doc_check_missing ARCH=${{ matrix.arch }}
3338
- name: Deploy to Github Pages
3439
if: ${{ github.ref == env.default-branch && matrix.os == 'ubuntu-latest' }}
3540
uses: JamesIves/github-pages-deploy-action@v4

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/axfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ crate_interface = { version = "0.1", optional = true }
3636
axsync = { workspace = true }
3737
axdriver = { workspace = true, features = ["block"] }
3838
axdriver_block = { git = "https://github.com/arceos-org/axdriver_crates.git", tag = "v0.1.2" }
39-
lwext4_rust = { git = "https://github.com/Azure-stars/lwext4_rust.git", default-features = false, optional = true }
39+
lwext4_rust = { git = "https://github.com/Starry-Mix-THU/lwext4_rust.git", rev = "837bd5e", default-features = false, optional = true }
4040
axns = { workspace = true }
4141

4242
[dependencies.fatfs]

0 commit comments

Comments
 (0)