Skip to content

Commit 615248f

Browse files
authored
Merge pull request #480 from rust-osdev/fix-bootloader-test
CI: Set `-Crelocation-model=static` in `RUSTFLAGS` for bootloader test job
2 parents 2b813b2 + fe56065 commit 615248f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
runs-on: ${{ matrix.platform }}
8484
timeout-minutes: 15
8585

86+
env:
87+
RUSTFLAGS: -Crelocation-model=static -Dwarnings
88+
8689
steps:
8790
- name: "Checkout Repository"
8891
uses: actions/checkout@v4

0 commit comments

Comments
 (0)