Skip to content

Commit

Permalink
Speedup the gentoo depexts test by enabling the use of binary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Jan 12, 2025
1 parent 54e0313 commit 95dca38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/depexts/generate-actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ FROM gentoo/portage as portage
FROM gentoo/stage3
# copy the entire portage volume in
COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo
RUN getuto
RUN echo 'FEATURES="getbinpkg"' >> /etc/portage/make.conf
RUN emerge -qv $mainlibs
EOF
;;
Expand Down
1 change: 1 addition & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ users)
* Add branch scheme `username/branch` for opam-rt specific branch to use [#6274 @rjbou]
* Check `shell/install.sh` using `shellcheck` [#6313 @kit-ty-kate]
* Fix the alpine depexts test [#6363 @kit-ty-kate]
* Speedup the gentoo depexts test [#6363 @kit-ty-kate]

## Doc
* Update the command to install opam to point to the new simplified url on opam.ocaml.org [#6226 @kit-ty-kate]
Expand Down

0 comments on commit 95dca38

Please sign in to comment.