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
Show file tree
Hide file tree
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
Fixed test run condition.
  • Loading branch information
NCLI committed Oct 29, 2023
commit 6f11e3a89ea94363931c9708b673ea06cb858f08
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ jobs:
build_ubuntu:
name: 'Ubuntu'
uses: ./.github/workflows/reusable-build-ubuntu.yml
if: inputs.run_tests == 'true'
with:
config_hash: ${{ needs.check_source.outputs.config_hash }}
ubuntu_version: ubuntu-20.04
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/reusable-build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
runs-on: ${{ inputs.ubuntu_version }}
timeout-minutes: 60
needs: check_source
if: inputs.run_tests == 'true'
env:
OPENSSL_VER: 3.0.11
PYTHONSTRICTEXTENSIONBUILD: 1
Expand Down
0