File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 - name : Release build Linux-x86-64
4343 run : |
4444 rustup target add x86_64-unknown-linux-musl
45- env RUSTFLAGS="-C strip=symbols" cargo zigbuild --release --target x86_64-unknown-linux-musl
45+ env RUSTFLAGS="-C strip=symbols" CFLAGS="-Wno-date-time" cargo zigbuild --release --target x86_64-unknown-linux-musl
4646 mkdir doh-proxy
4747 mv target/x86_64-unknown-linux-musl/release/doh-proxy doh-proxy/
4848 cp README.md localhost.pem doh-proxy/
5252 - name : Release build Linux-aarch64
5353 run : |
5454 rustup target add aarch64-unknown-linux-musl
55- env RUSTFLAGS="-C strip=symbols" cargo zigbuild --release --target aarch64-unknown-linux-musl
55+ env RUSTFLAGS="-C strip=symbols" CFLAGS="-Wno-date-time" cargo zigbuild --release --target aarch64-unknown-linux-musl
5656 mkdir doh-proxy
5757 mv target/aarch64-unknown-linux-musl/release/doh-proxy doh-proxy/
5858 cp README.md localhost.pem doh-proxy/
7272 - name : Debian packages
7373 run : |
7474 rustup target add x86_64-unknown-linux-musl
75- env RUSTFLAGS="-C strip=symbols" cargo deb --no-strip --cargo-build=zigbuild --target=x86_64-unknown-linux-musl
75+ env RUSTFLAGS="-C strip=symbols" CFLAGS="-Wno-date-time" cargo deb --no-strip --cargo-build=zigbuild --target=x86_64-unknown-linux-musl
7676 rustup target add aarch64-unknown-linux-musl
77- env RUSTFLAGS="-C strip=symbols" cargo deb --no-strip --cargo-build=zigbuild --target=aarch64-unknown-linux-musl
77+ env RUSTFLAGS="-C strip=symbols" CFLAGS="-Wno-date-time" cargo deb --no-strip --cargo-build=zigbuild --target=aarch64-unknown-linux-musl
7878
7979 - name : RPM packages
8080 run : |
You can’t perform that action at this time.
0 commit comments