Skip to content

Commit

Permalink
Make release_gap get packages if there are none present
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Jan 17, 2024
1 parent 1e63371 commit 52512f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release_gap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ echo "::group::make"
tools/subcyg "${ENV_BUILD_DIR}" "cd ${GAP_ROOT} && make -j2"
echo "::endgroup::"

# get GAP packages (if not already present)
echo "::group::Get Packages"
tools/subcyg "${ENV_BUILD_DIR}" "cd ${GAP_ROOT} && make bootstrap-pkg-full"
tools/subcyg "${ENV_BUILD_DIR}" "cd ${GAP_ROOT} && rm -f packages.tar.gz"
echo "::endgroup::"

# build GAP packages
echo "::group::Build Packages"
tools/subcyg "${ENV_BUILD_DIR}" "cd ${GAP_ROOT}/pkg && (../bin/BuildPackages.sh --parallel || true)"
Expand Down

0 comments on commit 52512f8

Please sign in to comment.