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

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
Remove drequirement for ubuntu_version
  • Loading branch information
NCLI committed Oct 29, 2023
commit f57f1c3e408d5c221184df18bc0fca3447763e0b
3 changes: 0 additions & 3 deletions .github/workflows/reusable-build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
config_hash:
required: true
type: string
ubuntu_version:
required: true
type: string

jobs:
build_ubuntu_reusable:
Expand Down
0