Skip to content

Commit

Permalink
Automatic package building ECFLOW-1967
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Sep 20, 2024
1 parent 2883cd8 commit e168c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/cd-ui-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ cmake_options: >-
-DINSTALL_PYTHON3_DIR=lib/python3/dist-packages
-DENABLE_ALL_TESTS=ON -DENABLE_SSL=ON -DENABLE_SERVER=OFF -DENABLE_HTTP=OFF -DENABLE_UDP=OFF -DENABLE_PYTHON=OFF
-DENABLE_UI=ON -DUI_SYSTEM_SERVERS_LIST=/ec/vol/ecflow_def/servers.list.all
-DCMAKE_INSTALL_PREFIX=/opt/ecmwf/ecflow-ui
ctest_options: -L nightly -E s_test|s_zombies
install_dir: ${{ runner.temp }}/install/ecflow-ui
dependencies: |
ecmwf/ecbuild
dependency_branch: develop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2
with:
skip_checks: true
restrict_matrix_jobs: gnu@debian-12
restrict_matrix_jobs: gnu@rocky-8.6
build_config: .github/cd-ui-config.yml
cpack_options: -DCPACK_PACKAGE_NAME=ecflow-ui
secrets: inherit

0 comments on commit e168c87

Please sign in to comment.