File tree 5 files changed +13
-4
lines changed
5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ source rapids-configure-sccache
9
9
10
10
source rapids-date-string
11
11
12
+ source rapids-telemetry-setup
13
+
12
14
export CMAKE_GENERATOR=Ninja
13
15
14
16
rapids-print-env
@@ -18,8 +20,8 @@ rapids-logger "Begin cpp build"
18
20
sccache --zero-stats
19
21
20
22
RAPIDS_PACKAGE_VERSION=$( rapids-generate-version) rapids-conda-retry mambabuild \
21
- conda/recipes/libcuml 2>&1 | tee telemetry-artifacts/build.log
23
+ conda/recipes/libcuml 2>&1 | tee ${GITHUB_WORKSPACE} / telemetry-artifacts/build.log
22
24
23
- sccache --show-adv-stats | tee telemetry-artifacts/sccache-stats.txt
25
+ sccache --show-adv-stats | tee ${GITHUB_WORKSPACE} / telemetry-artifacts/sccache-stats.txt
24
26
25
27
rapids-upload-conda-to-s3 cpp
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ source rapids-configure-sccache
9
9
10
10
source rapids-date-string
11
11
12
+ source rapids-telemetry-setup
13
+
12
14
export CMAKE_GENERATOR=Ninja
13
15
14
16
rapids-print-env
@@ -26,9 +28,9 @@ sccache --zero-stats
26
28
RAPIDS_PACKAGE_VERSION=$( head -1 ./VERSION) rapids-conda-retry mambabuild \
27
29
--no-test \
28
30
--channel " ${CPP_CHANNEL} " \
29
- conda/recipes/cuml 2>&1 | tee telemetry-artifacts/build.log
31
+ conda/recipes/cuml 2>&1 | tee ${GITHUB_WORKSPACE} / telemetry-artifacts/build.log
30
32
31
- sccache --show-adv-stats | tee telemetry-artifacts/sccache-stats.txt
33
+ sccache --show-adv-stats | tee ${GITHUB_WORKSPACE} / telemetry-artifacts/sccache-stats.txt
32
34
33
35
# Build cuml-cpu only in CUDA 11 jobs since it only depends on python
34
36
# version
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ package_dir=$2
8
8
9
9
source rapids-configure-sccache
10
10
source rapids-date-string
11
+ source rapids-telemetry-setup
11
12
12
13
rapids-generate-version > ./VERSION
13
14
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ EXCLUDE_ARGS=(
29
29
--exclude " librapids_logger.so"
30
30
)
31
31
32
+ source rapids-telemetry-setup
33
+
32
34
sccache --zero-stats
33
35
34
36
export SKBUILD_CMAKE_ARGS=" -DDISABLE_DEPRECATION_WARNINGS=ON;-DSINGLEGPU=OFF;-DUSE_LIBCUML_WHEEL=ON"
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ EXCLUDE_ARGS=(
43
43
--exclude " librapids_logger.so"
44
44
)
45
45
46
+ source rapids-telemetry-setup
47
+
46
48
sccache --zero-stats
47
49
48
50
export SKBUILD_CMAKE_ARGS=" -DDISABLE_DEPRECATION_WARNINGS=ON;-DCPM_cumlprims_mg_SOURCE=${GITHUB_WORKSPACE} /cumlprims_mg/"
You can’t perform that action at this time.
0 commit comments