-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change license and rollback smoltcp version rewrite lwip addr Ipv4Addr rewrite lwip addr Ipv4Addr set sched_rr to be default feature. Support relative paths add tty support fix bugs in mremap and 9p's rename merge upstream dev
- Loading branch information
1 parent
f841b85
commit 14c9bed
Showing
86 changed files
with
3,311 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: recursive | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
profile: minimal | ||
toolchain: ${{ env.rust-toolchain }} | ||
components: rust-src | ||
components: rust-src, llvm-tools-preview | ||
- name: Run unit tests | ||
run: make unittest_no_fail_fast | ||
|
||
|
@@ -28,16 +30,20 @@ jobs: | |
arch: [x86_64, riscv64, aarch64] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: recursive | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
profile: minimal | ||
toolchain: ${{ env.rust-toolchain }} | ||
components: rust-src | ||
components: rust-src, llvm-tools-preview | ||
- uses: actions-rs/[email protected] | ||
with: | ||
crate: cargo-binutils | ||
version: latest | ||
use-tool-cache: true | ||
- name: Install gcc multilib | ||
run: sudo apt update && sudo apt install -y gcc-multilib | ||
- uses: ./.github/workflows/actions/setup-qemu | ||
with: | ||
qemu-version: ${{ env.qemu-version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "patches/opensbi"] | ||
path = patches/opensbi | ||
url = https://github.com/Sssssaltyfish/opensbi.git | ||
[submodule "crates/lwip_rust/depend/lwip"] | ||
path = crates/lwip_rust/depend/lwip | ||
url = https://github.com/lwip-tcpip/lwip.git |
Oops, something went wrong.