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 1106023 commit 74d5d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,19 +173,13 @@ jobs:
tar -xf ./SOURCES/client.tar.gz --transform='s,^[^/]\+,client,' -C "$(pwd)/BUILD"
tar -xf ./SOURCES/server.tar.gz --transform='s,^[^/]\+,server,' -C "$(pwd)/BUILD"
tar -xf ./SOURCES/plugins.tar.gz --transform='s,^[^/]\+,plugins,' -C "$(pwd)/BUILD"
ls -la
pwd
cd "$(pwd)/BUILD/buildtools"
- name: Build frontend for RPM Packages
if: matrix.packageType == 'rpm'
run: |
ls -la
pwd
ls -la "install/rpm/SPECS/BUILD"
ls -la "../"
bash install/common/build-frontend.sh --srcpath "install/rpm/SPECS/BUILD" -di "false"
bash install/common/build-frontend.sh --srcpath ".." -di "false"
- name: Build backend for RPM Packages
if: matrix.packageType == 'rpm'
Expand Down
2 changes: 1 addition & 1 deletion install/common/build-frontend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if [ "$DEBUG_INFO" = true ]; then
pip install -r ${SRC_PATH}/buildtools/requirements.txt --break-system-packages
python3 ${SRC_PATH}/buildtools/debuginfo.py
fi
cd ${SRC_PATH}/client
cd client
yarn install
yarn ${BUILD_ARGS}
yarn ${DEPLOY_ARGS}

0 comments on commit 74d5d9a

Please sign in to comment.