Skip to content

Commit b0dd55c

Browse files
committed
chore: update one pipeline
Signed-off-by: Alexandre Rulleau <[email protected]>
1 parent 3ce946e commit b0dd55c

File tree

5 files changed

+72
-88
lines changed

5 files changed

+72
-88
lines changed

.gitlab/build-sidecar.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ set -u
1313

1414
suffix="${1:-}"
1515

16-
# Install automake/libtool required by libdd-libunwind-sys build.rs (autoreconf step)
17-
if [ "${suffix}" = "-alpine" ]; then
18-
apk add --no-cache automake libtool
19-
elif command -v apt-get &>/dev/null; then
20-
apt-get install -y --no-install-recommends automake libtool
21-
elif command -v yum &>/dev/null; then
22-
yum install -y automake libtool
23-
fi
24-
2516
# Workaround "error: failed to run custom build command for `aws-lc-sys v0.20.0`"
2617
if [ "${suffix}" = "-alpine" ]; then
2718
cargo install --force --locked bindgen-cli

.gitlab/one-pipeline.locked.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# DO NOT EDIT THIS FILE MANUALLY
22
# This file is auto-generated by automation.
33
include:
4-
- remote: https://gitlab-templates.ddbuild.io/libdatadog/one-pipeline/ca/fbfa24e9dd887ed24ce65e71f2e41562c809f40cfc26489705b32406de7e096f/one-pipeline.yml
4+
- remote: https://gitlab-templates.ddbuild.io/libdatadog/one-pipeline/ca/71efdd408f3ca243b65866e112903c3b1f8dd49449a59b348440da6c20b1c3c0/one-pipeline.yml

0 commit comments

Comments
 (0)