Skip to content

Commit

Permalink
build_product script: enable SCE checks for ubuntu20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nightmared committed Jan 16, 2023
1 parent 9879ce7 commit 921e8e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Build
env:
ADDITIONAL_CMAKE_OPTIONS: "-DSSG_SCE_ENABLED:BOOL=ON"
run: |-
./build_product \
alinux2 \
Expand Down
1 change: 0 additions & 1 deletion ssg/build_sce.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ def checks(env_yaml, yaml_path, sce_dirs, template_builder, output):


# Retrieve the SCE checks and return a list of path to each check script.
# Used in build-scripts/compose_ds.py and in the tests
def collect_sce_checks(datastreamtree):
checklists = datastreamtree.find(
".//{%s}checklists" % datastream_namespace)
Expand Down

0 comments on commit 921e8e1

Please sign in to comment.