mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add clang dependencies for Rust's bindgen
This commit is contained in:
parent
09dc6d12cc
commit
c771289540
2 changed files with 5 additions and 36 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue