Skip to content

Commit ef91d52

Browse files
authored
Fix invoke unit tests (#1056)
* feat(linux): Bump `dda` to `0.31.0` * fix(linux): Disable `dda` dynamic dependency management This is how it was before the refactor in #1038, and the invoke unit tests in `datadog-agent` rely on this behavior
1 parent f681959 commit ef91d52

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variable "versions" {
88
CONDA_VERSION = "4.9.2-7"
99
BAZELISK_VERSION = "1.27.0"
1010
TEST_BAZEL_VERSION = "8.4.2" # Version of Bazel to test that Bazelisk properly bootstraps Bazel, will also be preinstalled into the final image
11-
DDA_VERSION = "v0.29.0"
11+
DDA_VERSION = "v0.31.0"
1212
CMAKE_VERSION = "3.30.2"
1313
CTNG_VERSION = "1.26.0"
1414
RUST_VERSION = "1.91.0"

linux/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ COPY --from=python_builder /root/.bashrc /root/.bashrc.conda
377377
ENV GOPATH=/go
378378
ENV MS_GOTOOLCHAIN_TELEMETRY_ENABLED=0
379379
ENV PYTHONUTF8=1
380+
ENV DDA_NO_DYNAMIC_DEPS=1
380381

381382
# Merge conda initialization with main bashrc
382383
RUN cat /root/.bashrc.conda >> /root/.bashrc && rm /root/.bashrc.conda

0 commit comments

Comments
 (0)