Skip to content

Commit ad9e783

Browse files
authored
Merge branch 'main' into improve-deps-main-taskfile
2 parents ed63112 + ec509bf commit ad9e783

File tree

78 files changed

+6286
-3145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+6286
-3145
lines changed

.github/workflows/clp-artifact-build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ jobs:
538538
shell: "bash"
539539
run: "chown $(id -u):$(id -g) -R ."
540540

541-
- name: "Build the package"
541+
- name: "Build the package without the package image"
542542
uses: "./.github/actions/run-on-image"
543543
env:
544544
OS_NAME: "ubuntu-jammy"
@@ -548,7 +548,8 @@ jobs:
548548
${{needs.filter-relevant-changes.outputs.ubuntu_jammy_image_changed == 'false'
549549
|| (github.event_name != 'pull_request' && github.ref == 'refs/heads/main')}}
550550
run_command: >-
551-
CLP_CPP_MAX_PARALLELISM_PER_BUILD_TASK=$(getconf _NPROCESSORS_ONLN) task package
551+
CLP_CPP_MAX_PARALLELISM_PER_BUILD_TASK=$(getconf _NPROCESSORS_ONLN)
552+
task package-build-deps
552553
553554
- uses: "./.github/actions/clp-build-runtime-image"
554555
with:

0 commit comments

Comments
 (0)