Skip to content

Commit

Permalink
Perform the full build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioc committed Dec 22, 2024
1 parent d84c463 commit 282cf9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: bash cleanup.sh
- run: bash download.sh
- run: bash bootstrap.sh
- run: bash compile.sh
- run: BUILD_TYPE=full bash compile.sh
- run: bash create-image.sh
full-build-x86_64:
runs-on: self-hosted
Expand All @@ -41,7 +41,7 @@ jobs:
- run: bash cleanup.sh
- run: bash download.sh
- run: CPU=x86_64 bash bootstrap.sh
- run: CPU=x86_64 bash compile.sh
- run: CPU=x86_64 BUILD_TYPE=full bash compile.sh
kernel-x86_64_32:
runs-on: self-hosted
steps:
Expand Down

0 comments on commit 282cf9d

Please sign in to comment.