8000 [3.13] Convert change detection to a Python script (GH-129627) by hugovk · Pull Request #130367 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
8000

[3.13] Convert change detection to a Python script (GH-129627) #130367

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

Merged
merged 2 commits into from
Feb 22, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unnecessary things from main
  • Loading branch information
hugovk authored Feb 20, 2025
commit bc25b5d6ae49ee622a8d578e87a7aeda3813cfde
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
7DD6
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ jobs:
name: >-
Ubuntu
${{ fromJSON(matrix.free-threading) && '(free-threading)' || '' }}
${{ fromJSON(matrix.bolt) && '(bolt)' || '' }}
needs: build-context
if: needs.build-context.outputs.run-tests == 'true'
strategy:
Expand All @@ -288,7 +287,6 @@ jobs:
uses: ./.github/workflows/reusable-ubuntu.yml
with:
config_hash: ${{ needs.build-context.outputs.config-hash }}
bolt-optimizations: ${{ matrix.bolt }}
free-threading: ${{ matrix.free-threading }}

build_ubuntu_ssltests:
Expand Down
Loading
0