Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.13] Add zizmor to pre-commit and fix most findings (#127749)#127786

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
hugovk merged 1 commit intopython:3.13fromhugovk:backport-ae31df3-3.13
Dec 10, 2024

Conversation

@hugovk
Copy link
Member

Co-authored-by: Alex WaygoodAlex.Waygood@Gmail.com
(cherry picked from commitae31df3)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>(cherry picked from commitae31df3)
@AlexWaygood
Copy link
Member

Looks like you might need to addshell: bash to a couple more windows workflows here?

@hugovk
Copy link
MemberAuthor

No, JIT/Windows is also failing in a clean 3.13 branch:https://github.com/hugovk/cpython/actions/runs/12255332851/job/34188652334

      | RuntimeError: Can't find clang-18!

And the changes in.github/workflows/jit.yml are only addingpersist-credentials: false so not related to shell/variables.

cc@brandtbucher FYI

ezio-melotti and AlexWaygood reacted with thumbs up emoji

@AlexWaygood
Copy link
Member

Ah, thanks, I should have looked more closely!

@AlexWaygood
Copy link
Member

I think the Windows failures in#127788 might be related, however? The error message there is different

ezio-melotti reacted with thumbs up emoji

@hugovkhugovkenabled auto-merge (squash)December 10, 2024 13:44
@hugovkhugovk merged commit990ea33 intopython:3.13Dec 10, 2024
64 of 74 checks passed
@hugovkhugovk deleted the backport-ae31df3-3.13 branchDecember 10, 2024 13:48
persist-credentials:false
-name:Build CPython installer
run:.\Tools\msi\build.bat --doc -${{ inputs.arch }}
run:.\Tools\msi\build.bat --doc -"${ARCH}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

this probably should also have been

Suggested change
run:.\Tools\msi\build.bat --doc -"${ARCH}"
run:.\Tools\msi\build.bat --doc -"${ARCH}"
shell:bash

maybe this job doesn't run on PRs?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

hmmm... are we absolutely confident that the environment variable was properly expanded as part of the command that successfully ran in that workflow?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Let's double check. Just heading out to Helsinki Python, I can check tomorrow if no-one beats me to it!

AlexWaygood reacted with heart emoji
Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Confirmed it's needed.

Without:

Run echo 123 "${ARCH}" 456 && .\Tools\msi\build.bat --doc -"${ARCH}"123456

With:

Run echo 123 "${ARCH}" 456 && .\Tools\msi\build.bat --doc -"${ARCH}"123 arm64 456

Please see PR#127822.

AlexWaygood reacted with heart emoji
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@AlexWaygoodAlexWaygoodAlexWaygood approved these changes

@ezio-melottiezio-melottiezio-melotti approved these changes

@pfmoorepfmooreAwaiting requested review from pfmoorepfmoore is a code owner

@pradyunsgpradyunsgAwaiting requested review from pradyunsgpradyunsg is a code owner

@brandtbucherbrandtbucherAwaiting requested review from brandtbucherbrandtbucher is a code owner

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@hugovk@AlexWaygood@ezio-melotti

[8]ページ先頭

©2009-2025 Movatter.jp