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 c678c09Copy full SHA for c678c09
.github/workflows/build_layer.yml
@@ -2,6 +2,7 @@ name: Build Layers for system-Tests
2
3
on:
4
workflow_dispatch:
5
+ pull_request:
6
push:
7
branches:
8
- "main"
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