Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ken4647 committed Jan 8, 2025
1 parent 6d081df commit a263925
Show file tree
Hide file tree
Showing 28 changed files with 128 additions and 424 deletions.
2 changes: 1 addition & 1 deletion api/ruxos_posix_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ruxfdtable = { path = "../../modules/ruxfdtable" }
ruxmm = { path = "../../modules/ruxmm", optional = true }
ruxfutex = { path = "../../modules/ruxfutex", optional = true }
axalloc = { path = "../../modules/axalloc", optional = true }
ruxtask = { path = "../../modules/ruxtask", optional = true }
ruxtask = { path = "../../modules/ruxtask", features = ["notest"], optional = true }
ruxfs = { path = "../../modules/ruxfs", optional = true }
ruxnet = { path = "../../modules/ruxnet", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion api/ruxos_posix_api/src/imp/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct InitFsImpl;

#[crate_interface::impl_interface]
impl ruxtask::fs::InitFs for InitFsImpl {
fn init(fs: &mut ruxtask::fs::FileSystem) {
fn add_stdios_to_fd_table(fs: &mut ruxtask::fs::FileSystem) {
debug!("init initial process's fd_table");
let fd_table = &mut fs.fd_table;
fd_table.add_at(0, Arc::new(stdin()) as _).unwrap(); // stdin
Expand Down
1 change: 1 addition & 0 deletions apps/c/httpclient/features.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ alloc
paging
net
poll
rtc
262 changes: 0 additions & 262 deletions modules/ruxfs/tests/test_common/mod.rs

This file was deleted.

45 changes: 0 additions & 45 deletions modules/ruxfs/tests/test_fatfs.rs

This file was deleted.

Loading

0 comments on commit a263925

Please sign in to comment.