Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-15 | crossbuild.bash: call "set -x" late | Jakob Unterwurzacher | |
Fedora 28 executes A LOT of stuff from /usr/share/Modules/ on bash startup. Having -x in the shebang means we see it all. | |||
2017-06-18 | main, syscallcompat: use Dup3 instead of Dup2 | Jakob Unterwurzacher | |
Dup2 is not implemented on linux/arm64. Fixes https://github.com/rfjakob/gocryptfs/issues/121 . Also adds cross-compilation to CI. |