Skip to content

Commit

Permalink
Merge branch '315-pycparser-docker-build-issue' of https://github.com…
Browse files Browse the repository at this point in the history
…/Will-Cross1/ssm into 315-pycparser-docker-build-issue
  • Loading branch information
Will-Cross1 committed Apr 23, 2024
2 parents 4b45e41 + b69d26b commit 60bbe3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: rpmlint ${{ steps.rpm.outputs.rpm_dir_path }}

- name: Upload artifact
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: Binary and Source RPMs
path: |
Expand Down
6 changes: 3 additions & 3 deletions scripts/ssm-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ if [[ ${PY_NUM:0:1} == "3" ]]; then

if [[ "$PACK_TYPE" = "deb" ]]; then
FPM_PYTHON="--depends python3 \
--depends python-pip3 \
--depends 'python-stomp' \
--depends python-ldap \
--depends python3-pip \
--depends 'python3-stomp' \
--depends python3-ldap \
--depends libssl-dev \
--depends libsasl2-dev \
--depends openssl "
Expand Down

0 comments on commit 60bbe3f

Please sign in to comment.