You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These test should instead copy the root distribution path being used, e.g. $rt128156-lib-prefix.IO.add('RT128156'), to some temporary location, and then include that library path. This way each time the test is run the files in roast will not be changed. In Rakudo a similar pattern can be seen in t/02-rakudo/reproducible-builds.t
The text was updated successfully, but these errors were encountered:
There are multiple spots in
S10-packages/precompilation.t
that overwrite modules inpackages/
. For example:roast/S10-packages/precompilation.t
Lines 190 to 191 in 99b194b
These test should instead copy the root distribution path being used, e.g.
$rt128156-lib-prefix.IO.add('RT128156')
, to some temporary location, and then include that library path. This way each time the test is run the files inroast
will not be changed. In Rakudo a similar pattern can be seen in t/02-rakudo/reproducible-builds.tThe text was updated successfully, but these errors were encountered: