occlum/tools/toolchains/golang
Tate, Hongliang Tian 5e8f997d4d Make PIE the default mode for Go toolchain
Occlum-compatible executable binaries must be Position-Independent
Executable (PIE). Previously, to build such binaries, the users need to
explicitly give `-buildmode=pie` flag to `occlum-go`. Apparently, this
is error-prone. This commit sets `-buildmode=pie` by default for `occlum-go`.

In addition, this commit upgrades the Go version to 1.13.7.
2020-08-11 05:35:43 +00:00
..
0001-adapt-golang-to-occlum-libos.patch Add Golang toolchain and the demo 2020-05-15 03:02:42 +00:00
build.sh Make PIE the default mode for Go toolchain 2020-08-11 05:35:43 +00:00