Skip to content

Commit

Permalink
Test RPM build time
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Jan 29, 2025
1 parent c617387 commit 45c8b98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,17 +178,17 @@ jobs:
- name: Build frontend for RPM Packages
if: matrix.packageType == 'rpm'
run: |
bash install/common/build-frontend.sh --srcpath install/rpm/SPECS/BUILD -di "false"
bash install/common/build-frontend.sh --srcpath "$(pwd)/../" -di "false"
- name: Build backend for RPM Packages
if: matrix.packageType == 'rpm'
run: |
bash install/common/build-backend.sh --srcpath install/rpm/SPECS/BUILD
bash install/common/build-backend.sh --srcpath "$(pwd)/../"
- name: Build publish backend for RPM Packages
if: matrix.packageType == 'rpm'
run: |
bash install/common/publish-backend.sh --srcpath install/rpm/SPECS/BUILD/server
bash install/common/publish-backend.sh --srcpath "$(pwd)/../"/server
- name: Build RPM Packages
if: matrix.packageType == 'rpm'
Expand Down

0 comments on commit 45c8b98

Please sign in to comment.