summaryrefslogtreecommitdiff
path: root/guix/build/go-build-system.scm
AgeCommit message (Expand)Author
2020-02-11build: go-build-system: Disable Go module support....Jack Hill
2019-07-31Merge branch 'master' into core-updatesMarius Bakke
2019-07-29gnu: Update default Go compiler to Go 1.12....Leo Famulari
2019-07-13build-system/go: Fix typo....Leo Famulari
2019-05-05build: go-build-system: Follow-up to commit f42e4ebb56....Maxim Cournoyer
2019-05-05build: go-build-system: Follow-up commit....Maxim Cournoyer
2019-05-05build: go-build-system: Ensure uniform unpacking directory....Maxim Cournoyer
2019-05-05build: go-build-system: Use WHEN for side-effect conditionals....Maxim Cournoyer
2019-05-05build: go-build-system: Re-ident....Maxim Cournoyer
2019-04-25gnu, guix: Yearly ritual purging of the filesystems....Tobias Geerinckx-Rice
2019-03-14build-system/go: Build with a filesystem union of Go dependencies....Leo Famulari
2018-11-12build-system/go: Plan removal of the pkg folder for go-1.11 onward....Pierre Neidhardt
2018-07-19build-system/go: Use invoke instead of system*....Leo Famulari
2018-03-11build-system/gnu: Add 'bootstrap' phase....Ludovic Courtès
2018-01-19gnu: Consistently Write ‘file system(s)’....Tobias Geerinckx-Rice
2017-11-17build-system/go: Don't let Go executables refer to the Go compiler....Leo Famulari
2017-10-26build-system/go: Fix installation path of executable files....Leo Famulari
2017-10-24build-system/go: Parameterize installing the source code....Leo Famulari
2017-10-24build-system/go: Strip the Go binaries with the native tool....Leo Famulari
2017-10-12build: Add the Go build system....Leo Famulari