Skip to content

Commit

Permalink
Add dependency to sysroot_linux-64 for a newer glibc
Browse files Browse the repository at this point in the history
It should solve the issue with the missing <sys/auxv.h> on Linux x86_64

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Mar 20, 2024
1 parent b4993d8 commit 807b3a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions recipes/k8/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,17 @@ requirements:
build:
- {{ compiler('cxx') }}
- make
- sysroot_linux-64 2.17 # [linux and x86_64]
host:
- python =>3.8
- zlib
- wget
- tar
- sed
- sysroot_linux-64 2.17 # [linux and x86_64]
run:
- zlib
- sysroot_linux-64 2.17 # [linux and x86_64]

test:
commands:
Expand Down

0 comments on commit 807b3a4

Please sign in to comment.