Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .builders/images/linux-aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN /opt/python/${PYTHON3_VERSION}/bin/python3 -m pip install --no-warn-script-l
&& /opt/python/${PYTHON3_VERSION}/bin/python3 -m virtualenv /py3

# Rust toolchain (needed for cryptography)
ENV RUST_VERSION="1.76"
ENV RUST_VERSION="1.91.0"
ENV RUSTC_SHA256="673e336c81c65e6b16dcdede33f4cc9ed0f08bde1dbe7a935f113605292dc800"
ARG RUSTUP_VERSION="1.26.0"
ARG RUSTUP_SHA256="673e336c81c65e6b16dcdede33f4cc9ed0f08bde1dbe7a935f113605292dc800"
Expand Down
2 changes: 1 addition & 1 deletion .builders/images/linux-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN /opt/python/${PYTHON3_VERSION}/bin/python3 -m pip install --no-warn-script-l
&& /opt/python/${PYTHON3_VERSION}/bin/python3 -m virtualenv /py3

# Rust toolchain (needed for cryptography)
ENV RUST_VERSION="1.76"
ENV RUST_VERSION="1.91.0"
ENV RUSTC_SHA256="0b2f6c8f85a3d02fde2efc0ced4657869d73fccfce59defb4e8d29233116e6db"
ARG RUSTUP_VERSION="1.26.0"
ARG RUSTUP_SHA256="0b2f6c8f85a3d02fde2efc0ced4657869d73fccfce59defb4e8d29233116e6db"
Expand Down
2 changes: 1 addition & 1 deletion .builders/images/windows-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN Get-RemoteFile `
git config --global user.email 'agent-integrations-builder@datadoghq.com'

# Install Rust
ENV RUST_VERSION="1.74.1" `
ENV RUST_VERSION="1.91.0" `
RUSTUP_VERSION="1.26.0" `
RUSTC_HASH="365d072ac4ef47f8774f4d2094108035e2291a0073702db25fa7797a30861fc9"
RUN Get-RemoteFile `
Expand Down
8 changes: 4 additions & 4 deletions .deps/builder_inputs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
# Hash inputs are defined in .builders/inputs_hash.py (SHARED_INPUTS,
# RESOLUTION_INPUTS).
[resolution]
hash = "3a0350917a9a4534e7b427439cc6cc9eee31fe8c4b114c7938cb3d0fb5d38c67"
hash = "34785e75271b8fd25ccafdf8e98e5479a4649814d284d08c9a9b056af6794104"

[images]
linux-aarch64 = "5239191575da3521adfbb9992114201c71c65ff3056de4ae2e475390d218d194"
linux-x86_64 = "83d13d3171972f56b1336d325eecae73bf5e2329a24142f25e68ae50c542ce6a"
linux-aarch64 = "5dd982acbde163749573e3bbfeed0193bfbb0ad6445aec0a00c6cf91c77e7d08"
linux-x86_64 = "4b9ee5a462595a85a36f42dfdac97bebfa65d9c894f067d66fd9d7942ce808b4"
macos-aarch64 = "c0d0865f31792ef8115f81b8722414ecd5b2c717882074d3c27b67093b6f67a4"
macos-x86_64 = "f079703480309dd348f20d07bcabc9278bd78619cde7a4146cebbac5292bfc60"
windows-x86_64 = "d7cc3720c0ac20a28c20d0fd606d6d0a84023e97682c39994ac99c1cdef9e817"
windows-x86_64 = "96ca1962ae43e0285155597554fd42b7ff1d1413caad3ce457f69c4f191f9c61"
6 changes: 3 additions & 3 deletions .deps/image_digests.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"linux-aarch64": "sha256:293e22087f45e4f460a527f2583c9592ae702a55b318cc6066f255e60470a40e",
"linux-x86_64": "sha256:57380fd04afcf90a50087ad3d3e32c2075a801bab93478be4a83c0a2cabeb867",
"windows-x86_64": "sha256:5f99e8d346605ce93a0656908bbd4da6258ce9b67798c18a9a327a5f08403be7"
"linux-aarch64": "sha256:4b11540c220a4163e8184b490b04245b7a2d52e8240cc0c75094783f394b17ae",
"linux-x86_64": "sha256:46e028f97ec4cb3cc78908fdaab7fd65696c5d57215fec6ec83ff0ecb09cf644",
"windows-x86_64": "sha256:b760a367950285ad8502e3d043792c1868ed82d30424fcce8b05ec87a796d1b5"
}
42 changes: 21 additions & 21 deletions .deps/resolved/linux-aarch64_3.13.txt

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions .deps/resolved/linux-x86_64_3.13.txt

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions .deps/resolved/macos-aarch64_3.13.txt

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions .deps/resolved/macos-x86_64_3.13.txt

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions .deps/resolved/windows-x86_64_3.13.txt

Large diffs are not rendered by default.

Loading