| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
This reverts commit 444333574820740cf91a2aea1a35d7371b5ff132.
This aport downloads dependencies from internet without any
verification ("go get"), i.e. the build is not deterministic.
This is considered as a very bad practice and it's not acceptable
for Alpine packages.
|
|
|
|
|
| |
Added -d flag in 'go get' command, otherwise it was trying to install
the package and build was failing.
|
|
|
|
|
|
|
|
| |
Package not building on ppc64le due to the following error:
no install location for directory /home/alpine/aports/testing/mylg/src/mylg-0.2.6 outside GOPATH
Disabling it for now.
|
|
|