|
@@ -19,6 +19,7 @@ build:linux:
|
|
stage: build
|
|
stage: build
|
|
script:
|
|
script:
|
|
- rustup toolchain add "$(cat rust-toolchain)"
|
|
- rustup toolchain add "$(cat rust-toolchain)"
|
|
|
|
+ - rustup component add rust-src
|
|
- rustup show # Print version info for debugging
|
|
- rustup show # Print version info for debugging
|
|
- make -j "$(nproc)" all
|
|
- make -j "$(nproc)" all
|
|
|
|
|