Add clang dependencies for Rust's bindgen

This commit is contained in:
Stan Hu 2023-03-22 04:44:02 +00:00 committed by Balasankar 'Balu' C
parent 09dc6d12cc
commit c771289540
2 changed files with 5 additions and 36 deletions

View file

@ -325,12 +325,12 @@ function parse_arguments() {
# 1. `CUSTOM_DOCKER_IMAGE` - Defines the reference of image used as
# base for building images. Follows a
# valid docker image reference format
# - "debian:buster"
# - "debian:bullseye"
# - "registry.access.redhat.com/ubi8/ubi:8.6"
# 2. `BUILD_OS` - Used by installation scripts of various
# components to detect the OS being worked
# on. Follows regular docker image:tag
# format - "debian:buster" or "ubi:8.6".
# format - "debian:bullseye" or "ubi:8.6".
TARGETARCH=${ARCH:-amd64}