Raku / docker

Docker files for Rakudo Star
Artistic License 2.0
34 stars 22 forks source link

Update Rakudo Star to 2022.04 #49

Closed MadcapJake closed 2 years ago

MadcapJake commented 2 years ago

Couldn't locate a fingerprint file so I rewrote the verification to use the sha256 checksum. I also split the run out into several of them and moved files to ADD and variables to ENV commands. This was to take better advantage of caching.

jonathanstowe commented 2 years ago

Not entirely sure what is going on here, despite it saying "All checks have passed" the https://github.com/Raku/docker/pull/49/checks would seem to suggest otherwise.

jonathanstowe commented 2 years ago

Not entirely sure what is going on here, despite it saying "All checks have passed" the https://github.com/Raku/docker/pull/49/checks would seem to suggest otherwise.

Oh it's showing correctly now.

MadcapJake commented 2 years ago

Looks like the GitHub action expects only one version.

MadcapJake commented 2 years ago

Not entirely sure what is going on here, despite it saying "All checks have passed" the https://github.com/Raku/docker/pull/49/checks would seem to suggest otherwise.

Oh it's showing correctly now.

@jonathanstowe should I:

I am not familiar with gha, am I able to enable on a fork for testing updates to it?

Thanks for your help!

MadcapJake commented 2 years ago

Closing as it appears there is movement towards generating the fingerprint and there's an existing PR that bumps the r* version.