Skip to content

Commit

Permalink
.github/workflows: Fix missing dependency to LIBCOMPILER_RT
Browse files Browse the repository at this point in the history
Following the merge of [0], the use of complex numbers requires the
external microlibrary `compiler-rt`[1].  Without this inclusion, builds
that set `CONFIG_LIBMUSL_COMPLEX` will fail.

[0]: unikraft/lib-musl#64
[1]: https://github.com/unikraft/lib-compiler-rt

Signed-off-by: Alexander Jung <alex@unikraft.io>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #1033
  • Loading branch information
nderjung authored and craciunoiuc committed Mar 26, 2024
1 parent 43ab48e commit 76b9528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
kconfig:
CONFIG_MUSL: "y"
CONFIG_LIBMUSL_COMPLEX: "y"
compiler-rt:
version: staging
targets:
- platform: ${{ matrix.plat }}
architecture: ${{ matrix.arch }}
Expand Down

0 comments on commit 76b9528

Please sign in to comment.