8000 gh-111062: Separate linux build into a reusable workflow by NCLI · Pull Request #111446 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
8000

gh-111062: Separate linux build into a reusable workflow #111446

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

Closed
wants to merge 19 commits into from
Closed
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
Next Next commit
Removed needs from reusable workflow
  • Loading branch information
NCLI committed Oct 29, 2023
commit badb8187b646bc58dd109ce0b099760f287bb85d
1 change: 0 additions & 1 deletion .github/workflows/reusable-build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
build_ubuntu_reusable:
runs-on: ${{ inputs.ubuntu_version }}
timeout-minutes: 60
needs: check_source
env:
OPENSSL_VER: 3.0.11
PYTHONSTRICTEXTENSIONBUILD: 1
Expand Down
0