diff options
author | Jakob Unterwurzacher | 2017-06-18 15:40:38 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-06-18 15:43:22 +0200 |
commit | a4563e21ecaf7d2acce64212c96de69707d6f0bb (patch) | |
tree | 433f9917fdd734f7a06ae854f0713847aaa79f0c /.travis.yml | |
parent | afc3a8252bacbe15a0815e348aea7071447d7d87 (diff) |
main, syscallcompat: use Dup3 instead of Dup2
Dup2 is not implemented on linux/arm64.
Fixes https://github.com/rfjakob/gocryptfs/issues/121 .
Also adds cross-compilation to CI.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6fcf3cb..7e36a41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ script: - ./build.bash - ./gocryptfs -speed - ./test.bash + - ./crossbuild.bash # fuse on travis sudo: required |