Skip to content

Commit

Permalink
Merge pull request #141 from Harthann/140-ci-test-bug
Browse files Browse the repository at this point in the history
Trigger CI
  • Loading branch information
0x050f authored Feb 8, 2024
2 parents b921b16 + d4cea18 commit 263417d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/x86/i386.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"llvm-target": "i386-unknown-none",
"data-layout": "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128",
"data-layout": "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-f64:32:64-f80:32-n8:16:32-S128",
"linker": "i386-elf-ld",
"linker-flavor": "ld",
"target-endian": "little",
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly"
channel = "nightly-2023-12-22"
components = ["rustc", "rust-src", "rust-std", "rustfmt", "cargo"]
profile = "minimal"
1 change: 1 addition & 0 deletions srcs/kinit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#![feature(vec_into_raw_parts)]
#![no_std]
#![allow(dead_code)]
#![allow(invalid_reference_casting)]
#![no_main]
// Custom test framework
#![feature(custom_test_frameworks)]
Expand Down

0 comments on commit 263417d

Please sign in to comment.