Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <[email protected]>
  • Loading branch information
alexandreLamarre committed Feb 6, 2025
1 parent 09ce6ba commit 81dc922
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,25 @@ jobs:
go-version: ">=1.23.0"
- name : Setup LLVM dependencies
run : |
sudo apt-get install clang-11 llvm-11
sudo apt-get install -y --no-install-recommends clang-11 llvm-11 \
gcc-aarch64-linux-gnu \
g++-aarch64-linux-gnu \
libc6-dev-arm64-cross \
binutils-aarch64-linux-gnu \
gcc-x86-64-linux-gnu \
g++-x86-64-linux-gnu \
libc6-dev-amd64-cross \
binutils-x86-64-linux-gnu \
unzip \
binutils \
coreutils \
curl \
gcc \
git \
libc6-dev \
make \
ccache \
libbpf-dev
- name : Install mdatagen
run: |
git clone --depth 1 --branch v0.118.0 https://github.com/open-telemetry/opentelemetry-collector /tmp/opentelemetry-collector
Expand Down

0 comments on commit 81dc922

Please sign in to comment.