feat: local-tun compilable for not-supported platforms #1058
Annotations
5 errors and 2 warnings
cannot find trait `Write` in this scope:
crates/shadowsocks-service/src/local/tun/sys/unix/linux.rs#L21
error[E0405]: cannot find trait `Write` in this scope
--> crates/shadowsocks-service/src/local/tun/sys/unix/linux.rs:21:15
|
21 | Q: Read + Write,
| ^^^^^ not found in this scope
|
help: consider importing one of these items
|
1 + use core::fmt::Write;
|
1 + use crate::local::io::Write;
|
1 + use hyper::rt::Write;
|
1 + use std::fmt::Write;
|
and 1 other candidate
|
cannot find trait `Read` in this scope:
crates/shadowsocks-service/src/local/tun/sys/unix/linux.rs#L21
error[E0405]: cannot find trait `Read` in this scope
--> crates/shadowsocks-service/src/local/tun/sys/unix/linux.rs:21:8
|
21 | Q: Read + Write,
| ^^^^ not found in this scope
|
help: consider importing one of these items
|
1 + use crate::local::io::Read;
|
1 + use hyper::rt::Read;
|
1 + use std::io::Read;
|
|
build-cross (aarch64-unknown-linux-musl)
Process completed with exit code 1.
|
build-cross (x86_64-unknown-linux-musl)
Process completed with exit code 1.
|
build-windows
Process completed with exit code 1.
|
build-unix (macos-latest, aarch64-apple-darwin)
gnu-tar 1.35 is already installed and up-to-date.
To reinstall 1.35, run:
brew reinstall gnu-tar
|
build-unix (macos-latest, x86_64-apple-darwin)
gnu-tar 1.35 is already installed and up-to-date.
To reinstall 1.35, run:
brew reinstall gnu-tar
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
aarch64-apple-darwin
Expired
|
10.6 MB |
|
x86_64-apple-darwin
Expired
|
13.3 MB |
|