Skip to content

Commit ac9629f

Browse files
committed
pass distro_id
1 parent b219d69 commit ac9629f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.evergreen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7240,7 +7240,6 @@ tasks:
72407240
- func: compile_ts
72417241
vars:
72427242
node_js_version: "20.18.0"
7243-
distro_id: ${distro_id}
72447243

72457244
- name: check
72467245
depends_on:
@@ -11024,6 +11023,8 @@ tasks:
1102411023
mongosh_test_force_api_strict: "1"
1102511024
- name: compile_artifact
1102611025
tags: ["compile-artifact"]
11026+
vars:
11027+
distro_id: ${distro_id}
1102711028
depends_on:
1102811029
- name: compile_ts
1102911030
variant: linux_unit

.evergreen/compile-artifact.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ cd $(pwd)
66

77
source .evergreen/setup-env.sh
88

9+
echo "DISTRO ID IS: $DISTRO_ID"
10+
911
# make sure our .sbom files are freshly created
1012
rm -vrf .sbom && mkdir -vp .sbom
1113

.evergreen/evergreen.yml.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,8 @@ tasks:
11711171
mongosh_test_force_api_strict: "1"
11721172
- name: compile_artifact
11731173
tags: ["compile-artifact"]
1174+
vars:
1175+
distro_id: ${distro_id}
11741176
depends_on:
11751177
- name: compile_ts
11761178
variant: linux_unit

0 commit comments

Comments
 (0)