julia-actions / setup-julia

This action sets up a Julia environment for use in actions by downloading a specified version of Julia and adding it to PATH.
MIT License
93 stars 23 forks source link

add test for julia install and mtime maintenance #200

Closed IanButterworth closed 9 months ago

IanButterworth commented 9 months ago

This should fail on master, and will be added to #196 which should pass

The mtime test only runs on 1.7+ because that's when pkgdir is available, and the mtime issue isn't really a problem back then. It's more since stdlibs have started to be removed from the sysimage.

Interestingly on windows the archive mtimes are maintained, which explains why the cache action works well already on windows https://github.com/julia-actions/cache/issues/85#issue-2064424120

omus commented 9 months ago

Can this PR be closed? Looks like the tests were added in #196

IanButterworth commented 9 months ago

Yeah merging that closes all the other open PRs

We decided to merge this separately in a failing state