-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(bors): merge pull request #567
567: build: build static binaries with latest pkgs r=tiagolobocastro a=tiagolobocastro On nixpkgs bug where windows platform is set incorrectly for static packages: 281596 This can be worked around by using pkgStatic.pkgsCross rather than the other way around, or simply by replacing the package. As it happens, the tls build for windows doesn't need openssl, so we can remove it entirely and skip this issue altogether. On darwin, libiconv is failing to build, but also seems to not be required anymore, and so also removing it! Co-authored-by: Tiago Castro <[email protected]>
- Loading branch information
Showing
8 changed files
with
25 additions
and
23 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule control-plane
updated
12 files
+3 −0 | Cargo.lock | |
+1 −0 | k8s/forward/Cargo.toml | |
+1 −2 | k8s/forward/examples/http-forward.rs | |
+1 −1 | k8s/forward/examples/port-forward.rs | |
+38 −0 | k8s/forward/src/error.rs | |
+16 −11 | k8s/forward/src/http_forward.rs | |
+10 −4 | k8s/forward/src/lib.rs | |
+21 −22 | k8s/forward/src/port_forward.rs | |
+2 −0 | k8s/proxy/Cargo.toml | |
+47 −0 | k8s/proxy/src/error.rs | |
+23 −35 | k8s/proxy/src/lib.rs | |
+31 −23 | k8s/proxy/src/proxy.rs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters