Skip to content

Commit

Permalink
Merge pull request #480 from rust-osdev/fix-bootloader-test
Browse files Browse the repository at this point in the history
CI: Set `-Crelocation-model=static` in `RUSTFLAGS` for bootloader test job
  • Loading branch information
phil-opp authored Apr 8, 2024
2 parents 2b813b2 + fe56065 commit 615248f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
runs-on: ${{ matrix.platform }}
timeout-minutes: 15

env:
RUSTFLAGS: -Crelocation-model=static -Dwarnings

steps:
- name: "Checkout Repository"
uses: actions/checkout@v4
Expand Down

0 comments on commit 615248f

Please sign in to comment.