save incremental build to library directory to allow caching

pull/300/head
John Soros 2025-12-06 00:04:28 -06:00
parent 61fd9aa167
commit 19ff28e81e
No known key found for this signature in database
GPG Key ID: 53F59EAAA99E636E
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ const Docker = {
--cidfile "${cidfile}" \
--rm \
${ImageEnvironmentFactory.getEnvVarString(parameters)} \
--env BEE_CACHE_DIRECTORY=c:/github/workspace/Library/bee_cache \
--env TEST_PLATFORMS="${testPlatforms}" \
--env GITHUB_WORKSPACE="c:/github/workspace" \
${sshAgent ? '--env SSH_AUTH_SOCK=c:/ssh-agent' : ''} \