Skip to content

Commit

Permalink
workflows: build redfishpower in distcheck
Browse files Browse the repository at this point in the history
Problem: The t0029-redfish.t test now uses the redfishpower
--test-mode option, not the redfishpower simulator.  This
requires 'make distcheck' to build redfishpower.

Set the DISTCHECK_CONFIGURE_FLAGS environment variable to
ensure distcheck builds redfishpower.
  • Loading branch information
chu11 committed Feb 10, 2024
1 parent e578b46 commit 9a44768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: make check
run: make check
- name: make distcheck
run: make distcheck
run: DISTCHECK_CONFIGURE_FLAGS=--with-redfishpower make distcheck

spelling:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 9a44768

Please sign in to comment.