File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change
1
+ [alias]
2
+ xbuild = "build -Zbuild-std=core"
Original file line number Diff line number Diff line change 41
41
42
42
- name : " Install Rustup Components"
43
43
run : rustup component add rust-src llvm-tools-preview
44
- - name : " Install cargo-xbuild"
45
- run : cargo install cargo-xbuild --debug
46
44
- name : " Install cargo-binutils"
47
45
run : cargo install cargo-binutils --version 0.1.7 --debug
48
46
49
- - run : cargo xbuild
50
- working-directory : test-kernel
51
- name : ' Build Test Kernel'
52
-
53
47
- name : ' Build Bootloader'
54
48
run : cargo xbuild --release
55
49
working-directory : src/stage_2
@@ -109,8 +103,6 @@ jobs:
109
103
if : runner.os == 'macOS'
110
104
- name : " Install Rustup Components"
111
105
run : rustup component add rust-src llvm-tools-preview
112
- - name : " Install cargo-xbuild"
113
- run : cargo install cargo-xbuild --debug
114
106
- name : ' Build Example Kernel'
115
107
run : cargo xbuild
116
108
working-directory : example-kernel
You can’t perform that action at this time.
0 commit comments