Skip to content

Commit

Permalink
remove extra files
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon committed Aug 28, 2024
1 parent 9c41bae commit ae51617
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ dependencies = [
"django{matrix:django}"
]

[envs.appsec_threats_django.env-vars]
CMAKE_BUILD_PARALLEL_LEVEL= "12"

[envs.appsec_threats_django.scripts]
test = [
"uname -a",
Expand Down Expand Up @@ -233,9 +230,6 @@ dependencies = [
"flask{matrix:flask}"
]

[envs.appsec_threats_flask.env-vars]
CMAKE_BUILD_PARALLEL_LEVEL= "12"

[envs.appsec_threats_flask.scripts]
test = [
"uname -a",
Expand Down Expand Up @@ -278,9 +272,6 @@ dependencies = [
"fastapi{matrix:fastapi}"
]

[envs.appsec_threats_fastapi.env-vars]
CMAKE_BUILD_PARALLEL_LEVEL= "12"

[envs.appsec_threats_fastapi.scripts]
test = [
"uname -a",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ COPY . /ddtrace
RUN rm -rf /ddtrace/build
RUN find / -name "CMakeCache.txt" -exec rm -f {} \;

ENV CMAKE_BUILD_PARALLEL_LEVEL=12

# Install ddtrace
WORKDIR /ddtrace
Expand Down

0 comments on commit ae51617

Please sign in to comment.