From 326d89ec80dd359f4e5d7e5e9c6027aeb6f584f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sat, 9 Apr 2022 10:57:07 +0530 Subject: [PATCH 01/30] Update get-python-versions.yml --- .github/workflows/get-python-versions.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/get-python-versions.yml b/.github/workflows/get-python-versions.yml index 8217e1f1..48480763 100644 --- a/.github/workflows/get-python-versions.yml +++ b/.github/workflows/get-python-versions.yml @@ -79,17 +79,4 @@ jobs: name: Check build for failures runs-on: ubuntu-latest needs: [find_new_versions, check_new_versions, trigger_builds] - if: failure() - steps: - - uses: actions/checkout@v2 - with: - submodules: true - - - name: Send Slack notification if build fails - run: | - $pipelineUrl = "$env:GITHUB_SERVER_URL/$env:GITHUB_REPOSITORY/actions/runs/$env:GITHUB_RUN_ID" - $message = "The build of the '${{ env.TOOL_NAME }}' detection pipeline failed :progress-error:\nLink to the pipeline: $pipelineUrl" - ./helpers/get-new-tool-versions/send-slack-notification.ps1 -Url "${{ secrets.SLACK_CHANNEL_URL }}" ` - -ToolName "${{ env.TOOL_NAME }}" ` - -Text "$message" ` - -ImageUrl "https://avatars.githubusercontent.com/u/1525981?s=200&v=4" \ No newline at end of file + From 87cdd8eebf314731b9b2bd84e2cf9cab87157993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sat, 9 Apr 2022 10:57:59 +0530 Subject: [PATCH 02/30] Update get-python-versions.yml --- .github/workflows/get-python-versions.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/get-python-versions.yml b/.github/workflows/get-python-versions.yml index 48480763..ff984e00 100644 --- a/.github/workflows/get-python-versions.yml +++ b/.github/workflows/get-python-versions.yml @@ -75,8 +75,5 @@ jobs: -ToolVersions "${{ env.TOOL_VERSIONS }}" ` -PublishReleases "true" - check_build: - name: Check build for failures - runs-on: ubuntu-latest - needs: [find_new_versions, check_new_versions, trigger_builds] + From ba664ca4ce69d4d11063bc41cdb96c4c345ba738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sat, 9 Apr 2022 11:16:34 +0530 Subject: [PATCH 03/30] Update get-python-versions.yml --- .github/workflows/get-python-versions.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/workflows/get-python-versions.yml b/.github/workflows/get-python-versions.yml index ff984e00..93a92da6 100644 --- a/.github/workflows/get-python-versions.yml +++ b/.github/workflows/get-python-versions.yml @@ -75,5 +75,21 @@ jobs: -ToolVersions "${{ env.TOOL_VERSIONS }}" ` -PublishReleases "true" + check_build: + name: Check build for failures + runs-on: ubuntu-latest + needs: [find_new_versions, check_new_versions, trigger_builds] + if: failure() + steps: + - uses: actions/checkout@v2 + with: + submodules: true - + - name: Send Slack notification if build fails + run: | + $pipelineUrl = "$env:GITHUB_SERVER_URL/$env:GITHUB_REPOSITORY/actions/runs/$env:GITHUB_RUN_ID" + $message = "The build of the '${{ env.TOOL_NAME }}' detection pipeline failed :progress-error:\nLink to the pipeline: $pipelineUrl" + ./helpers/get-new-tool-versions/send-slack-notification.ps1 -Url "${{ secrets.SLACK_CHANNEL_URL }}" ` + -ToolName "${{ env.TOOL_NAME }}" ` + -Text "$message" ` + -ImageUrl "https://avatars.githubusercontent.com/u/1525981?s=200&v=4" From 4e2c5f75b5093612473f767266ffa24504a020c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sat, 9 Apr 2022 11:22:37 +0530 Subject: [PATCH 04/30] Update get-python-versions.yml --- .github/workflows/get-python-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get-python-versions.yml b/.github/workflows/get-python-versions.yml index 93a92da6..e0be1b81 100644 --- a/.github/workflows/get-python-versions.yml +++ b/.github/workflows/get-python-versions.yml @@ -42,7 +42,7 @@ jobs: Write-Host "No new versions were found" Import-Module "./helpers/github/github-api.psm1" $gitHubApi = Get-GitHubApi -RepositoryFullName "$env:GITHUB_REPOSITORY" ` - -AccessToken "${{ secrets.PERSONAL_TOKEN }}" + -AccessToken "${{ GITHUB_TOKEN }}" $gitHubApi.CancelWorkflow("$env:GITHUB_RUN_ID") Start-Sleep -Seconds 60 - name: Send Slack notification From 80ef05deaf9049ad566ad4e09aa7f46f217a02fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sat, 9 Apr 2022 11:23:38 +0530 Subject: [PATCH 05/30] Update get-python-versions.yml --- .github/workflows/get-python-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get-python-versions.yml b/.github/workflows/get-python-versions.yml index e0be1b81..33bee62c 100644 --- a/.github/workflows/get-python-versions.yml +++ b/.github/workflows/get-python-versions.yml @@ -42,7 +42,7 @@ jobs: Write-Host "No new versions were found" Import-Module "./helpers/github/github-api.psm1" $gitHubApi = Get-GitHubApi -RepositoryFullName "$env:GITHUB_REPOSITORY" ` - -AccessToken "${{ GITHUB_TOKEN }}" + -AccessToken "${{ secrets.GITHUB_TOKEN }}" $gitHubApi.CancelWorkflow("$env:GITHUB_RUN_ID") Start-Sleep -Seconds 60 - name: Send Slack notification From 03de06d49e8ca5700c0a1d0267480fb2d40903b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sat, 9 Apr 2022 11:26:24 +0530 Subject: [PATCH 06/30] Update get-python-versions.yml --- .github/workflows/get-python-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get-python-versions.yml b/.github/workflows/get-python-versions.yml index 33bee62c..6b8674f4 100644 --- a/.github/workflows/get-python-versions.yml +++ b/.github/workflows/get-python-versions.yml @@ -69,7 +69,7 @@ jobs: - name: Trigger "Build python packages" workflow run: ./helpers/github/run-ci-builds.ps1 -RepositoryFullName "$env:GITHUB_REPOSITORY" ` - -AccessToken "${{ secrets.PERSONAL_TOKEN }}" ` + -AccessToken "${{ secrets.GITHUB_TOKEN }}" ` -WorkflowFileName "python-builder.yml" ` -WorkflowDispatchRef "main" ` -ToolVersions "${{ env.TOOL_VERSIONS }}" ` From 6203be736b77ed5534d23ed7c6f5a34bfdfea656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sat, 9 Apr 2022 11:58:26 +0530 Subject: [PATCH 07/30] Add tcl support https://github.com/actions/virtual-environments/issues/150 --- builders/ubuntu-python-builder.psm1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index fe1b42eb..8a895316 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -86,6 +86,11 @@ class UbuntuPythonBuilder : NixPythonBuilder { Execute-Command -Command "sudo apt install -y $_" } + if ($this.Platform -eq "linux-18.04") { + ### On Ubuntu-1804, libgdbm-compat-dev has older modules that are no longer in libgdbm-dev + Execute-Command -Command "sudo apt install -y tcl tcl-dev" + } + ### On Ubuntu-1804, libgdbm-compat-dev has older modules that are no longer in libgdbm-dev Execute-Command -Command "sudo apt install -y libgdbm-compat-dev" } From a4adcc4d3ad89bb3fa3359999b8ce3a6b99d7161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sat, 9 Apr 2022 15:04:57 +0530 Subject: [PATCH 08/30] Update python-builder.yml --- .github/workflows/python-builder.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-builder.yml b/.github/workflows/python-builder.yml index 5277dbb2..e74eeef4 100644 --- a/.github/workflows/python-builder.yml +++ b/.github/workflows/python-builder.yml @@ -95,7 +95,8 @@ jobs: env: ARTIFACT_NAME: python-${{ github.event.inputs.VERSION || '3.9.9' }}-${{ matrix.platform }}-${{ matrix.arch }} steps: - + - name: Setup Debug Session + uses: csexton/debugger-action@master - name: Check out repository code uses: actions/checkout@v2 with: From c3e27567dcbec22976d9ab57fdfb5d4c97f21024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sat, 9 Apr 2022 15:37:04 +0530 Subject: [PATCH 09/30] Update python-builder.yml --- .github/workflows/python-builder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-builder.yml b/.github/workflows/python-builder.yml index e74eeef4..7560e401 100644 --- a/.github/workflows/python-builder.yml +++ b/.github/workflows/python-builder.yml @@ -5,7 +5,7 @@ on: inputs: VERSION: description: 'Python version to build and upload' - default: '3.9.9' + default: '3.11.0-alpha.7' required: true PUBLISH_RELEASES: description: 'Whether to publish releases' @@ -14,7 +14,7 @@ on: PLATFORMS: description: 'Platforms for execution in "os" or "os_arch" format (arch is "x64" by default)' required: true - default: 'ubuntu-18.04,ubuntu-20.04,macos-10.15,windows-2019_x64,windows-2019_x86' + default: 'ubuntu-18.04' #,ubuntu-20.04,macos-10.15,windows-2019_x64,windows-2019_x86' pull_request: paths-ignore: - 'versions-manifest.json' From f317a7a74e9f3ba195877a88b2238e8c26745760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sat, 9 Apr 2022 15:38:35 +0530 Subject: [PATCH 10/30] Update python-builder.yml --- .github/workflows/python-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-builder.yml b/.github/workflows/python-builder.yml index 7560e401..d67b02f0 100644 --- a/.github/workflows/python-builder.yml +++ b/.github/workflows/python-builder.yml @@ -14,7 +14,7 @@ on: PLATFORMS: description: 'Platforms for execution in "os" or "os_arch" format (arch is "x64" by default)' required: true - default: 'ubuntu-18.04' #,ubuntu-20.04,macos-10.15,windows-2019_x64,windows-2019_x86' + default: 'ubuntu-18.04,ubuntu-18.04' #,ubuntu-20.04,macos-10.15,windows-2019_x64,windows-2019_x86' pull_request: paths-ignore: - 'versions-manifest.json' From 2c13e473ceea004ad2c88be9f6d6b078aa551a43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sat, 9 Apr 2022 23:41:41 +0530 Subject: [PATCH 11/30] Update python-builder.yml --- .github/workflows/python-builder.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-builder.yml b/.github/workflows/python-builder.yml index d67b02f0..7638603a 100644 --- a/.github/workflows/python-builder.yml +++ b/.github/workflows/python-builder.yml @@ -95,8 +95,6 @@ jobs: env: ARTIFACT_NAME: python-${{ github.event.inputs.VERSION || '3.9.9' }}-${{ matrix.platform }}-${{ matrix.arch }} steps: - - name: Setup Debug Session - uses: csexton/debugger-action@master - name: Check out repository code uses: actions/checkout@v2 with: @@ -148,6 +146,9 @@ jobs: $pythonLocation = which python if ('${{ matrix.platform }}' -eq 'darwin') { otool -L $pythonLocation } else { ldd $pythonLocation } + - name: Setup Debug Session + uses: csexton/debugger-action@master + - name: Run tests run: | Install-Module Pester -Force -Scope CurrentUser From 344c1d42e435e59e032b7fec6d25040ba7292277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sun, 10 Apr 2022 09:53:18 +0530 Subject: [PATCH 12/30] Update ubuntu-python-builder.psm1 --- builders/ubuntu-python-builder.psm1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index 8a895316..4aa11bab 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -86,9 +86,11 @@ class UbuntuPythonBuilder : NixPythonBuilder { Execute-Command -Command "sudo apt install -y $_" } - if ($this.Platform -eq "linux-18.04") { + if ($this.Platform -eq "linux-18.04" -and $this.Version -gt "3.11.0") { ### On Ubuntu-1804, libgdbm-compat-dev has older modules that are no longer in libgdbm-dev - Execute-Command -Command "sudo apt install -y tcl tcl-dev" + + Execute-Command -Command "sudo add-apt-repository ppa:deadsnakes/nightly -y" + Execute-Command -Command "sudo apt install python3.11-tk" } ### On Ubuntu-1804, libgdbm-compat-dev has older modules that are no longer in libgdbm-dev From 14d8092a1a343311d33d52a8bf4fd1723a03c7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sun, 10 Apr 2022 11:07:32 +0530 Subject: [PATCH 13/30] Update ubuntu-python-builder.psm1 --- builders/ubuntu-python-builder.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index 4aa11bab..fa762f69 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -86,9 +86,9 @@ class UbuntuPythonBuilder : NixPythonBuilder { Execute-Command -Command "sudo apt install -y $_" } - if ($this.Platform -eq "linux-18.04" -and $this.Version -gt "3.11.0") { + if ($this.Platform -eq "linux-18.04") { ### On Ubuntu-1804, libgdbm-compat-dev has older modules that are no longer in libgdbm-dev - + Write-Host "Work around" Execute-Command -Command "sudo add-apt-repository ppa:deadsnakes/nightly -y" Execute-Command -Command "sudo apt install python3.11-tk" } From ba094f9f7b1ddb2161834e65b6d27a8f68a7e1c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sun, 10 Apr 2022 11:47:59 +0530 Subject: [PATCH 14/30] Update ubuntu-python-builder.psm1 --- builders/ubuntu-python-builder.psm1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index fa762f69..80f3592f 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -85,11 +85,13 @@ class UbuntuPythonBuilder : NixPythonBuilder { ) | ForEach-Object { Execute-Command -Command "sudo apt install -y $_" } - - if ($this.Platform -eq "linux-18.04") { + Write-Host "Work around1" + Write-Host $this.Platform + if ($this.Platform -eq "linux-18.04" -or ($this.Platform -ne "linux-18.04") { ### On Ubuntu-1804, libgdbm-compat-dev has older modules that are no longer in libgdbm-dev Write-Host "Work around" Execute-Command -Command "sudo add-apt-repository ppa:deadsnakes/nightly -y" + Execute-Command -Command "sudo apt update" Execute-Command -Command "sudo apt install python3.11-tk" } From 3d6d6e1c4a49be9d33a1a11f0d1c9d94773ed9b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sun, 10 Apr 2022 12:10:04 +0530 Subject: [PATCH 15/30] Update ubuntu-python-builder.psm1 --- builders/ubuntu-python-builder.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index 80f3592f..5fcffb1a 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -87,7 +87,7 @@ class UbuntuPythonBuilder : NixPythonBuilder { } Write-Host "Work around1" Write-Host $this.Platform - if ($this.Platform -eq "linux-18.04" -or ($this.Platform -ne "linux-18.04") { + if ($this.Platform -eq "linux-18.04" -or ($this.Platform -ne "linux-18.04")) { ### On Ubuntu-1804, libgdbm-compat-dev has older modules that are no longer in libgdbm-dev Write-Host "Work around" Execute-Command -Command "sudo add-apt-repository ppa:deadsnakes/nightly -y" From 9c363ccadc4dc4c21341b957d07a1a28388b59ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Mon, 11 Apr 2022 19:33:54 +0530 Subject: [PATCH 16/30] Update ubuntu-python-builder.psm1 --- builders/ubuntu-python-builder.psm1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index 5fcffb1a..a1277b42 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -85,12 +85,11 @@ class UbuntuPythonBuilder : NixPythonBuilder { ) | ForEach-Object { Execute-Command -Command "sudo apt install -y $_" } - Write-Host "Work around1" - Write-Host $this.Platform + if ($this.Platform -eq "linux-18.04" -or ($this.Platform -ne "linux-18.04")) { ### On Ubuntu-1804, libgdbm-compat-dev has older modules that are no longer in libgdbm-dev Write-Host "Work around" - Execute-Command -Command "sudo add-apt-repository ppa:deadsnakes/nightly -y" + Execute-Command -Command "sudo add-apt-repository ppa:deadsnakes/ppa -y" Execute-Command -Command "sudo apt update" Execute-Command -Command "sudo apt install python3.11-tk" } From d0196a83f1e6922afcf74f4a3168992052abf743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Mon, 11 Apr 2022 21:16:01 +0530 Subject: [PATCH 17/30] Update ubuntu-python-builder.psm1 --- builders/ubuntu-python-builder.psm1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index a1277b42..cea5525d 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -48,6 +48,10 @@ class UbuntuPythonBuilder : NixPythonBuilder { $configureString += " --enable-loadable-sqlite-extensions" } + if ($this.Version -ge "3.11.0") { + $configureString += " --with-tcltk-includes=-I/usr/include/tcl8.6 --with-tcltk-libs=`"-ltcl8.6 -ltk8.6\`"" + } + Execute-Command -Command $configureString } From c64b3aae75786cc876cb2bdc1e5309aca2c58528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Mon, 11 Apr 2022 21:50:16 +0530 Subject: [PATCH 18/30] Update ubuntu-python-builder.psm1 --- builders/ubuntu-python-builder.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index cea5525d..964a43a0 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -49,7 +49,7 @@ class UbuntuPythonBuilder : NixPythonBuilder { } if ($this.Version -ge "3.11.0") { - $configureString += " --with-tcltk-includes=-I/usr/include/tcl8.6 --with-tcltk-libs=`"-ltcl8.6 -ltk8.6\`"" + $configureString += "CC=gcc CXX=g++ --with-tcltk-includes=-I/usr/include/tcl8.6 --with-tcltk-libs=`"-ltcl8.6 -ltk8.6\`"" } Execute-Command -Command $configureString From 90d41c9528c103c23a2cfbad860a8783f9ee1f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Tue, 12 Apr 2022 07:30:12 +0530 Subject: [PATCH 19/30] Update ubuntu-python-builder.psm1 --- builders/ubuntu-python-builder.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index 964a43a0..e02a186d 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -49,7 +49,7 @@ class UbuntuPythonBuilder : NixPythonBuilder { } if ($this.Version -ge "3.11.0") { - $configureString += "CC=gcc CXX=g++ --with-tcltk-includes=-I/usr/include/tcl8.6 --with-tcltk-libs=`"-ltcl8.6 -ltk8.6\`"" + $configureString += "CC=gcc CXX=g++ --with-tcltk-includes=-I/usr/include/tcl8.6 --with-tcltk-libs=`"-ltcl8.6 -ltk8.6`"" } Execute-Command -Command $configureString From aa538f010973a8f6dc8533d70c654becf92c71a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Tue, 12 Apr 2022 07:40:14 +0530 Subject: [PATCH 20/30] Update ubuntu-python-builder.psm1 --- builders/ubuntu-python-builder.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index e02a186d..2718f9af 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -49,7 +49,7 @@ class UbuntuPythonBuilder : NixPythonBuilder { } if ($this.Version -ge "3.11.0") { - $configureString += "CC=gcc CXX=g++ --with-tcltk-includes=-I/usr/include/tcl8.6 --with-tcltk-libs=`"-ltcl8.6 -ltk8.6`"" + $configureString += "CC=gcc CXX=g++ TCLTK_CFLAGS=-I/usr/include/tcl8.6 TCLTK_LIBS=`"-ltcl8.6 -ltk8.6`"" } Execute-Command -Command $configureString From c4ccbe40092e4ee83a1e93cac7a3cf9bab290ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Tue, 12 Apr 2022 08:18:51 +0530 Subject: [PATCH 21/30] Update ubuntu-python-builder.psm1 --- builders/ubuntu-python-builder.psm1 | 1 + 1 file changed, 1 insertion(+) diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index 2718f9af..c53e5f62 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -96,6 +96,7 @@ class UbuntuPythonBuilder : NixPythonBuilder { Execute-Command -Command "sudo add-apt-repository ppa:deadsnakes/ppa -y" Execute-Command -Command "sudo apt update" Execute-Command -Command "sudo apt install python3.11-tk" + Execute-Command -Command "sudo apt install tcl8.6 tcl8.6-dev" } ### On Ubuntu-1804, libgdbm-compat-dev has older modules that are no longer in libgdbm-dev From 1d6665e68ea932611d42a548421607689b7a29d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Tue, 12 Apr 2022 08:25:15 +0530 Subject: [PATCH 22/30] Update ubuntu-python-builder.psm1 --- builders/ubuntu-python-builder.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index c53e5f62..bd897a71 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -96,7 +96,7 @@ class UbuntuPythonBuilder : NixPythonBuilder { Execute-Command -Command "sudo add-apt-repository ppa:deadsnakes/ppa -y" Execute-Command -Command "sudo apt update" Execute-Command -Command "sudo apt install python3.11-tk" - Execute-Command -Command "sudo apt install tcl8.6 tcl8.6-dev" + Execute-Command -Command "sudo apt install tcl8.6 tcl8.6-dev tk8.6 tk8.6-dev" } ### On Ubuntu-1804, libgdbm-compat-dev has older modules that are no longer in libgdbm-dev From bb70aef9de0396ca3b87e9ed3ee73ab308af01ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Tue, 12 Apr 2022 08:51:13 +0530 Subject: [PATCH 23/30] Update ubuntu-python-builder.psm1 --- builders/ubuntu-python-builder.psm1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index bd897a71..9dbbc533 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -70,7 +70,7 @@ class UbuntuPythonBuilder : NixPythonBuilder { if ($this.Version -gt "3.0.0") { $tkinterInstallString = "sudo apt-get install -y --allow-downgrades python3-tk tk-dev" } else { - $tkinterInstallString = "sudo apt install -y python-tk tk-dev" + $tkinterInstallString = "sudo apt-get install -y python-tk tk-dev" } Execute-Command -Command $tkinterInstallString @@ -87,19 +87,19 @@ class UbuntuPythonBuilder : NixPythonBuilder { "libreadline-dev", "libgdbm-dev" ) | ForEach-Object { - Execute-Command -Command "sudo apt install -y $_" + Execute-Command -Command "sudo apt-get install -y $_" } if ($this.Platform -eq "linux-18.04" -or ($this.Platform -ne "linux-18.04")) { ### On Ubuntu-1804, libgdbm-compat-dev has older modules that are no longer in libgdbm-dev Write-Host "Work around" Execute-Command -Command "sudo add-apt-repository ppa:deadsnakes/ppa -y" - Execute-Command -Command "sudo apt update" - Execute-Command -Command "sudo apt install python3.11-tk" - Execute-Command -Command "sudo apt install tcl8.6 tcl8.6-dev tk8.6 tk8.6-dev" + Execute-Command -Command "sudo apt-get update" + Execute-Command -Command "sudo apt-get install python3.11-tk" + Execute-Command -Command "sudo apt-get install tcl8.6 tcl8.6-dev tk8.6 tk8.6-dev" } ### On Ubuntu-1804, libgdbm-compat-dev has older modules that are no longer in libgdbm-dev - Execute-Command -Command "sudo apt install -y libgdbm-compat-dev" + Execute-Command -Command "sudo apt-get install -y libgdbm-compat-dev" } } From 86b45250516ad1034edd44d9b54a73bd4e318bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Tue, 12 Apr 2022 19:40:39 +0530 Subject: [PATCH 24/30] Update ubuntu-python-builder.psm1 --- builders/ubuntu-python-builder.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index 9dbbc533..ec16239b 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -51,7 +51,7 @@ class UbuntuPythonBuilder : NixPythonBuilder { if ($this.Version -ge "3.11.0") { $configureString += "CC=gcc CXX=g++ TCLTK_CFLAGS=-I/usr/include/tcl8.6 TCLTK_LIBS=`"-ltcl8.6 -ltk8.6`"" } - + Write-Host $configureString Execute-Command -Command $configureString } From f9a3b2a3c219a1e939ab0541499ebcd78ff1a90f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Tue, 12 Apr 2022 20:04:45 +0530 Subject: [PATCH 25/30] Update ubuntu-python-builder.psm1 --- builders/ubuntu-python-builder.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index ec16239b..d21e5e53 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -48,10 +48,10 @@ class UbuntuPythonBuilder : NixPythonBuilder { $configureString += " --enable-loadable-sqlite-extensions" } - if ($this.Version -ge "3.11.0") { + if ($this.Version -ge "3.11.0" -or 1) { $configureString += "CC=gcc CXX=g++ TCLTK_CFLAGS=-I/usr/include/tcl8.6 TCLTK_LIBS=`"-ltcl8.6 -ltk8.6`"" } - Write-Host $configureString + Write-Host $configureString, $this.Version Execute-Command -Command $configureString } From db232b636a27ebd616397abf8b0b9ac9b005f05e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Tue, 12 Apr 2022 20:38:05 +0530 Subject: [PATCH 26/30] Update ubuntu-python-builder.psm1 --- builders/ubuntu-python-builder.psm1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index d21e5e53..c6abb510 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -48,10 +48,9 @@ class UbuntuPythonBuilder : NixPythonBuilder { $configureString += " --enable-loadable-sqlite-extensions" } - if ($this.Version -ge "3.11.0" -or 1) { + if ($this.Version -ge "3.11.0-alpha.7") { $configureString += "CC=gcc CXX=g++ TCLTK_CFLAGS=-I/usr/include/tcl8.6 TCLTK_LIBS=`"-ltcl8.6 -ltk8.6`"" } - Write-Host $configureString, $this.Version Execute-Command -Command $configureString } From ff1f6dd4a18ecefbb38bf883bf0c45a572b17f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Tue, 12 Apr 2022 20:39:55 +0530 Subject: [PATCH 27/30] Update python-builder.yml --- .github/workflows/python-builder.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/python-builder.yml b/.github/workflows/python-builder.yml index 7638603a..056061fa 100644 --- a/.github/workflows/python-builder.yml +++ b/.github/workflows/python-builder.yml @@ -146,9 +146,6 @@ jobs: $pythonLocation = which python if ('${{ matrix.platform }}' -eq 'darwin') { otool -L $pythonLocation } else { ldd $pythonLocation } - - name: Setup Debug Session - uses: csexton/debugger-action@master - - name: Run tests run: | Install-Module Pester -Force -Scope CurrentUser From a0dbffb18d170288a4ebeb0611ef4cf9f5e0abb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Tue, 12 Apr 2022 20:40:31 +0530 Subject: [PATCH 28/30] Update ubuntu-python-builder.psm1 --- builders/ubuntu-python-builder.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index c6abb510..51c4c692 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -48,7 +48,7 @@ class UbuntuPythonBuilder : NixPythonBuilder { $configureString += " --enable-loadable-sqlite-extensions" } - if ($this.Version -ge "3.11.0-alpha.7") { + if ($this.Version -eq "3.11.0-alpha.7") { $configureString += "CC=gcc CXX=g++ TCLTK_CFLAGS=-I/usr/include/tcl8.6 TCLTK_LIBS=`"-ltcl8.6 -ltk8.6`"" } Execute-Command -Command $configureString From ec9aeb934a9cd46472e92d86b42a77f858cf6f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Wed, 13 Apr 2022 09:23:53 +0530 Subject: [PATCH 29/30] Update python-builder.yml --- .github/workflows/python-builder.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-builder.yml b/.github/workflows/python-builder.yml index 056061fa..42e6c96b 100644 --- a/.github/workflows/python-builder.yml +++ b/.github/workflows/python-builder.yml @@ -5,7 +5,7 @@ on: inputs: VERSION: description: 'Python version to build and upload' - default: '3.11.0-alpha.7' + default: '3.9.9' required: true PUBLISH_RELEASES: description: 'Whether to publish releases' @@ -14,7 +14,7 @@ on: PLATFORMS: description: 'Platforms for execution in "os" or "os_arch" format (arch is "x64" by default)' required: true - default: 'ubuntu-18.04,ubuntu-18.04' #,ubuntu-20.04,macos-10.15,windows-2019_x64,windows-2019_x86' + default: 'ubuntu-18.04,ubuntu-20.04,macos-10.15,windows-2019_x64,windows-2019_x86' pull_request: paths-ignore: - 'versions-manifest.json' @@ -95,6 +95,7 @@ jobs: env: ARTIFACT_NAME: python-${{ github.event.inputs.VERSION || '3.9.9' }}-${{ matrix.platform }}-${{ matrix.arch }} steps: + - name: Check out repository code uses: actions/checkout@v2 with: @@ -214,4 +215,3 @@ jobs: workflow_id: 'create-pr.yml', ref: 'main' }); - From 8e94956277822f63c20103113e9bf8068b140b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Wed, 13 Apr 2022 09:25:36 +0530 Subject: [PATCH 30/30] Update python-builder.yml --- .github/workflows/python-builder.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-builder.yml b/.github/workflows/python-builder.yml index 42e6c96b..5277dbb2 100644 --- a/.github/workflows/python-builder.yml +++ b/.github/workflows/python-builder.yml @@ -215,3 +215,4 @@ jobs: workflow_id: 'create-pr.yml', ref: 'main' }); +