-
Notifications
You must be signed in to change notification settings - Fork 460
Comparing changes
Open a pull request
base repository: rust-lang/cc-rs
base: 1.0.96
head repository: rust-lang/cc-rs
compare: 1.0.97
- 13 commits
- 6 files changed
- 7 contributors
Commits on May 4, 2024
-
CI: Create regenerate-target-info (#1055)
* CI: Create regenerate-target-info For automatically regenerate target_info.rs * Update step for generating branch name in regenerate-target-info
Configuration menu - View commit details
-
Copy full SHA for e88e69c - Browse repository at this point
Copy the full SHA e88e69cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aaa866 - Browse repository at this point
Copy the full SHA 3aaa866View commit details -
Configuration menu - View commit details
-
Copy full SHA for c39ba39 - Browse repository at this point
Copy the full SHA c39ba39View commit details -
Fix
regenerate-target-info.yml
(#1060)* Fix regenerate-target-info.yml: install nightly rust toolchain * Fix branch created in regenerate-target-info.yml Make it less confusing for gh * Add rust-cache to regenerate-target-info.yml * Fix creating PR in regenerate-target-info.yml * Fix creating PR in regenerate-target-info.yml Pass `--body` to `gh pr create` * Fix title of PR generated by regenerate-target-info.yml
Configuration menu - View commit details
-
Copy full SHA for 0d096e5 - Browse repository at this point
Copy the full SHA 0d096e5View commit details -
dep: Regenerate target info (#1061)
Co-authored-by: github-actions <github-actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for 01c7850 - Browse repository at this point
Copy the full SHA 01c7850View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1e3268 - Browse repository at this point
Copy the full SHA c1e3268View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3637304 - Browse repository at this point
Copy the full SHA 3637304View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8084e0f - Browse repository at this point
Copy the full SHA 8084e0fView commit details
Commits on May 6, 2024
-
Don't use the value of SDKROOT if it doesn't match the target. (#1047)
* Don't use the value of SDKROOT if it doesn't match the target. The SDKROOT environment variable can be problematic on Mac. In cases where you are compiling for multiple targets, SDKROOT cannot be right for all of them. Furthermore, the system Python interpreter sets SDKROOT to the MacOSX SDK if not already set. So, if you are using a Python script to run a build, and you need to build for multiple targets, the logic in the cc crate doesn't work. This is precisely what is happening with rustc itself, and so we can't upgrade the version of the cc crate used by the bootstrap code. (Unsetting SDKROOT doesn't work either because the custom clang build that rustc uses for CI depends on it being set) * use env::var_os instead of env::var * Fix compilation * Fix compilation error * fix compilation --------- Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 8521a7f - Browse repository at this point
Copy the full SHA 8521a7fView commit details -
Rm unnecessary println in try_get_compiler (#1063)
when no default flag is specificed
Configuration menu - View commit details
-
Copy full SHA for 8ea8988 - Browse repository at this point
Copy the full SHA 8ea8988View commit details -
Configuration menu - View commit details
-
Copy full SHA for d864140 - Browse repository at this point
Copy the full SHA d864140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 385228f - Browse repository at this point
Copy the full SHA 385228fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9866310 - Browse repository at this point
Copy the full SHA 9866310View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.96...1.0.97