-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
ci: use python from the correct path #70116
ci: use python from the correct path #70116
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors try |
⌛ Trying commit e958ccf3e89ca82f598e5db35c1754e404977d18 with merge 95992c163b7300535652916cf07b3f1e764c9e13... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me when ready
cp C:/Python27amd64/python.exe C:/Python27amd64/python2.7.exe | ||
ciCommandAddPath "C:\\Python27amd64" | ||
ls C:/hostedtoolcache/windows/Python/2.7.17/python.exe | ||
cp C:/hostedtoolcache/windows/Python/2.7.17/python.exe C:/hostedtoolcache/windows/Python/2.7.17/python2.7.exe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't say that this directory name exactly inspires confidence :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heh, at least it's somewhat documented.
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors try |
⌛ Trying commit 389b4a8e2351e795c32113f92401b923f38e2789 with merge 53f6756b58da4fd288d3994309ce95ef5343063e... |
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
389b4a8
to
3c2c4f1
Compare
@bors try |
⌛ Trying commit 3c2c4f1701704e1cfdd06e960553d67dac4c4e8b with merge 5434638a2d9607ecbb9be95a4c6f905f8f536b79... |
3c2c4f1
to
679e148
Compare
Ok this works now 🎉 @bors r=Mark-Simulacrum p=1000 |
📌 Commit 679e14837946f272d163c0c3c1dd825ab683a517 has been approved by |
🌲 The tree is currently closed for pull requests below priority 5, this pull request will be tested once the tree is reopened |
⌛ Testing commit 679e14837946f272d163c0c3c1dd825ab683a517 with merge 6a305af9cf7511487b83085a8db359f9e754a440... |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
Apparently the old path we were using for Python 2 on Windows was not documented, and eventually got removed. This switches our CI to use the correct path.
679e148
to
779e592
Compare
Fixed tidy. @bors r=Mark-Simulacrum p=1 |
📌 Commit 779e592 has been approved by |
⌛ Testing commit 779e592 with merge add58520c194e8658888efdf1ffc4f81fb5af833... |
@bors retry Yield priority. |
(Accepting for stable backport as intrinsically required for any stable release, but obviously not going to produce one just because of this). |
…ulacrum [beta] backport rollup This backports: * can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs. rust-lang#70058 * ci: use python from the correct path rust-lang#70116 * Update stdarch submodule rust-lang#70151 (superseding and closing rust-lang#70221) * Beta: Update cargo, clippy rust-lang#70105 (also closing that beta-targeted PR) It also switches the bootstrap compiler to download from static.rust-lang.org from dev-static.rust-lang.org.
Clearing stable-nominated -- we never did a point release for 1.42, and #70244 went into 1.43. |
Apparently the old path we were using for Python 2 on Windows was not documented, and eventually got removed. This switches our CI to use the correct path.
See #70112 (comment) for the actual failure.