-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update towboot to v0.9.1 (fixes boot problems on real hardware); GitH…
…ub: Drop macos-12 runner, as support for it ends
- Loading branch information
Showing
3 changed files
with
5 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
- name: Install packages | ||
uses: amitie10g/[email protected] | ||
with: | ||
apt: build-essential nasm | ||
apt: build-essential nasm libssl | ||
|
||
- name: Install Rust | ||
uses: dtolnay/rust-toolchain@nightly | ||
|
@@ -42,41 +42,7 @@ jobs: | |
name: D3OS | ||
path: d3os.img | ||
|
||
build-on-intel-mac: | ||
runs-on: macos-12 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Install packages | ||
uses: amitie10g/[email protected] | ||
with: | ||
brew: x86_64-elf-binutils x86_64-elf-gcc nasm | ||
|
||
- name: Install Rust | ||
uses: dtolnay/rust-toolchain@nightly | ||
with: | ||
components: "rust-src" | ||
|
||
- name: Cache Cargo | ||
uses: Swatinem/rust-cache@v2 | ||
with: | ||
shared-key: cargo-${{ hashFiles('**/Cargo.lock') }} | ||
cache-all-crates: true | ||
cache-on-failure: true | ||
|
||
- name: Install cargo-make | ||
run: cargo install --no-default-features cargo-make | ||
|
||
- name: Cleanup towbootctl | ||
run: rm -f towbootctl | ||
|
||
- name: Build | ||
uses: clechasseur/rs-cargo@v2 | ||
with: | ||
command: make | ||
args: --no-workspace image | ||
|
||
build-on-apple-silicon-mac: | ||
build-on-macos: | ||
runs-on: macos-14 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
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