We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7ad6e commit 3f5927bCopy full SHA for 3f5927b
.github/workflows/build_layer.yml
@@ -4,6 +4,7 @@ on:
4
workflow_dispatch:
5
push:
6
branches:
7
+ - "florentin.labelle/fix-gcc-version-error"
8
- "main"
9
10
jobs:
Dockerfile
@@ -15,6 +15,7 @@ RUN set -eux; \
15
rm gcc && ln -s gcc10-gcc gcc; \
16
rm g++ && ln -s gcc10-g++ g++; \
17
rm cc && ln -s gcc10-cc cc; \
18
+ rm c++ && ln -s gcc10-c++ c++; \
19
fi
20
21
# Add Rust compiler which is needed to build dd-trace-py from source
0 commit comments