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
The paketBootstrap task was written two years ago with a complete different version of gradle in mind. Back then gradle did not invalidate the build output based on it's own build history. This is no real issue in everyday work with this plugin but makes considerable issues during test runs. Github rate limits the URL calls to the bootstrapper binary which results in a lot of test failures. These tests could work with a cached version of the paket.bootstrapper.exe and paket.exe. But in the current form each test run will redownload and setup both paket.bootstrapper.exe and paket.exe for every test spec example. This needs to be adressed as the offical linux support #50 is untestable at the moment.
The text was updated successfully, but these errors were encountered:
Description
The
paketBootstrap
task was written two years ago with a complete different version of gradle in mind. Back then gradle did not invalidate the build output based on it's own build history. This is no real issue in everyday work with this plugin but makes considerable issues during test runs. Github rate limits the URL calls to the bootstrapper binary which results in a lot of test failures. These tests could work with a cached version of thepaket.bootstrapper.exe
andpaket.exe
. But in the current form each test run will redownload and setup bothpaket.bootstrapper.exe
andpaket.exe
for every test spec example. This needs to be adressed as the offical linux support #50 is untestable at the moment.The text was updated successfully, but these errors were encountered: