Skip to content

Commit 3f5927b

Browse files
committed
ci(system-tests): fix ddtrace py build from source
1 parent ea7ad6e commit 3f5927b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build_layer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7+
- "florentin.labelle/fix-gcc-version-error"
78
- "main"
89

910
jobs:

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN set -eux; \
1515
rm gcc && ln -s gcc10-gcc gcc; \
1616
rm g++ && ln -s gcc10-g++ g++; \
1717
rm cc && ln -s gcc10-cc cc; \
18+
rm c++ && ln -s gcc10-c++ c++; \
1819
fi
1920

2021
# Add Rust compiler which is needed to build dd-trace-py from source

0 commit comments

Comments
 (0)