Skip to content

Commit 24a0ef0

Browse files
committed
Revert "[REVERT] Skip the root build."
This reverts commit fbac728.
1 parent b6df0f4 commit 24a0ef0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/root-ci-config/build_root.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,7 @@ def build(options, buildtype):
414414

415415
dump_requested_config(options)
416416

417-
print("*** Skipping build")
418-
#cmake_build(buildtype)
417+
cmake_build(buildtype)
419418

420419

421420
@github_log_group("Create binary packages")

.github/workflows/root-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
--head_sha ${{ github.event.pull_request.head.sha }} \
210210
--repository ${{ github.server_url }}/${{ github.repository }} \
211211
--platform ${{ contains(matrix.platform, 'experimental-brew-ci') && 'mac15' || matrix.platform }} \
212-
--overrides $GLOBAL_OVERRIDES $OVERRIDES testing=Off
212+
--overrides $GLOBAL_OVERRIDES $OVERRIDES
213213
214214
- name: Workflow dispatch
215215
shell: bash -leo pipefail {0}

0 commit comments

Comments
 (0)