File tree 3 files changed +5
-0
lines changed
docker/x86_64-unknown-netbsd
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ matrix:
44
44
- { <<: *linuxstable, env: SKIP_TESTS=1 TARGET=arm-unknown-linux-gnueabihf }
45
45
- { <<: *linuxalways, env: SKIP_TESTS=1 TARGET=armv7-unknown-linux-gnueabihf }
46
46
- { <<: *linuxstable, env: SKIP_TESTS=1 TARGET=x86_64-unknown-freebsd }
47
+ - { <<: *linuxstable, env: SKIP_TESTS=1 TARGET=x86_64-unknown-netbsd }
47
48
- { <<: *linuxstable, env: SKIP_TESTS=1 TARGET=powerpc-unknown-linux-gnu }
48
49
- { <<: *linuxmaster, env: SKIP_TESTS=1 TARGET=powerpc64-unknown-linux-gnu }
49
50
- { <<: *linuxstable, env: SKIP_TESTS=1 TARGET=powerpc64le-unknown-linux-gnu }
Original file line number Diff line number Diff line change
1
+ FROM rust-x86_64-unknown-netbsd
2
+
3
+ ENV CARGO_TARGET_X86_64_UNKNOWN_NETBSD_LINKER=x86_64--netbsd-gcc-sysroot
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ case "$TARGET" in
31
31
s390x-unknown-linux-gnu) image=dist-s390x-linux ;;
32
32
x86_64-unknown-freebsd) image=dist-x86_64-freebsd ;;
33
33
x86_64-unknown-linux-gnu) image=dist-x86_64-linux ;;
34
+ x86_64-unknown-netbsd) image=dist-x86_64-netbsd ;;
34
35
* ) exit ;;
35
36
esac
36
37
You can’t perform that action at this time.
0 commit comments