Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustc: 1.36.0 -> 1.37.0 #67484

Closed
wants to merge 1,141 commits into from
Closed

rustc: 1.36.0 -> 1.37.0 #67484

wants to merge 1,141 commits into from

Conversation

bkchr
Copy link
Contributor

@bkchr bkchr commented Aug 26, 2019

Based on #66714

Motivation for this change

New rust release.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.
Notify maintainers

cc @

teto and others added 30 commits August 22, 2019 16:15
It's now possible to download Oracle Instant Client without having to
click a checkbox to agree to the license, and then log in with an Oracle
account to start the download, at least on Linux (for now).

Darwin still seems to be at 18.1, and version numbers haven't been that
aligned recently, so allow different version numbers per platform.
This wasn't about PECL::oci8 in first place, but DBD-Oracle.

In the current version of oracle-instantclient, a libclntsh.so is
shipped, so DBD-Oracle is happy.
libclntsh.so* and libocci.so* are symlinks to the latest version.

By using `install`, these are all dereferenced and duplicated.

Let's avoid that, and shrink the lib output from 621M to 226M.
In "minikube: 1.0.1 -> 1.2.0" [1], the package changed from
buildGoPackage to buildGoModule. This package, docker-machine-kvm2, is
built from the same sources and must follow the same packaging.

[1] a12efe9
These were dropped in a12efe9
https://community.teamviewer.com/t5/Change-Logs/Linux-v14-5-1691-Full-Change-Log/m-p/69997

Also ensured that QT is wrapped properly to avoid startup issues with
different system-wide QT versions.
* google-clasp: init at version 2.2.1

Useful for developing Google's Apps Scripts.

Signed-off-by: Michal Minář <mic.liamg@gmail.com>

* fixed license

Signed-off-by: Michal Minář <mic.liamg@gmail.com>
https://community.teamviewer.com/t5/Change-Logs/Linux-v14-5-1691-Full-Change-Log/m-p/69997

Also ensured that QT is wrapped properly to avoid startup issues with
different system-wide QT versions.

(cherry picked from commit 1fc1fe7)
teamviewer: 14.4.2269 -> 14.5.1691
@mmahut
Copy link
Member

mmahut commented Aug 26, 2019

@bkchr thank you, can we have this open against staging, as this is a pretty large mass rebuild, please?

@bkchr bkchr changed the base branch from master to staging August 26, 2019 09:29
@bkchr
Copy link
Contributor Author

bkchr commented Aug 26, 2019

Okay, I will need to clean up the pr after changing the base :D

@basvandijk
Copy link
Member

Note that rustc-1.37 is already in staging: #66686

@bkchr
Copy link
Contributor Author

bkchr commented Aug 26, 2019

Yeah, just saw this.. Searched github 3 times and the pr never showed up...

@bkchr bkchr closed this Aug 26, 2019
@bkchr bkchr deleted the rust-1.37.0 branch August 26, 2019 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet