@@ -102,7 +102,7 @@ matrix:
102102 - rustup target add x86_64-sun-solaris
103103 - rustup target add x86_64-unknown-cloudabi
104104 - rustup target add x86_64-unknown-freebsd
105- # - rustup target add x86_64-unknown -fuchsia
105+ - rustup target add x86_64-fuchsia
106106 - rustup target add x86_64-unknown-netbsd
107107 - rustup target add x86_64-unknown-redox
108108 - rustup target add x86_64-fortanix-unknown-sgx
@@ -113,7 +113,7 @@ matrix:
113113 - cargo build --target=x86_64-sun-solaris --all-features
114114 - cargo build --target=x86_64-unknown-cloudabi --all-features
115115 - cargo build --target=x86_64-unknown-freebsd --all-features
116- # - cargo build --target=x86_64-unknown -fuchsia --all-features
116+ - cargo build --target=x86_64-fuchsia --all-features
117117 - cargo build --target=x86_64-unknown-netbsd --all-features
118118 - cargo build --target=x86_64-unknown-redox --all-features
119119 - cargo build --target=x86_64-fortanix-unknown-sgx --all-features
@@ -123,7 +123,7 @@ matrix:
123123 - cargo build --target=x86_64-sun-solaris --all-features
124124 - cargo build --target=x86_64-unknown-cloudabi --all-features
125125 - cargo build --target=x86_64-unknown-freebsd --all-features
126- # - cargo build --target=x86_64-unknown -fuchsia --all-features
126+ - cargo build --target=x86_64-fuchsia --all-features
127127 - cargo build --target=x86_64-unknown-netbsd --all-features
128128 - cargo build --target=x86_64-unknown-redox --all-features
129129 - cargo build --target=x86_64-fortanix-unknown-sgx --all-features
0 commit comments