Skip to content

Commit c678c09

Browse files
authored
ci(system-tests): fix ddtrace py build from source (#690)
* ci(system-tests): fix ddtrace py build from source * ci(system-tests): run on pull requests
1 parent ea7ad6e commit c678c09

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
@@ -2,6 +2,7 @@ name: Build Layers for system-Tests
22

33
on:
44
workflow_dispatch:
5+
pull_request:
56
push:
67
branches:
78
- "main"

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)