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>
  • Loading branch information
nderjung committed Aug 9, 2023
1 parent 1bb1c4a commit b31f066
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 b31f066

Please sign in to comment.