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
Implement a package configuration for Mage, a make/rake-like build tool using Go allowing to write plain-old go functions that'll automatically be used as Makefile-like runnable targets.
Set the path of the directory for the magefile build cache from the default location $HOME/.magefile to /tmp/.magefiles since there is no need to persist the cache across system restarts.
The text was updated successfully, but these errors were encountered:
Implement a package configuration for Mage, a make/rake-like build tool using Go allowing to write plain-old go functions that'll automatically be used as Makefile-like runnable targets.
Environment variables
See the official documentation about environment variables for more information.
MAGEFILE_CACHE
Set the path of the directory for the magefile build cache from the default location
$HOME/.magefile
to/tmp/.magefiles
since there is no need to persist the cache across system restarts.The text was updated successfully, but these errors were encountered: