Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/build_test_cbsinit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
max-parallel: 100
matrix:
os: ['windows-2022']
download_official_python_msi: ["true"]
download_official_python_msi: ["true", "false"]
remove_python_pycs: ["true"]
install_with_pymanager: ["true"]
cbsinit_repo: ['https://github.com/cloudbase/cloudbase-init']
Expand Down
2 changes: 1 addition & 1 deletion BuildAutomation/BuildCloudbaseInitSetup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Param(
[string]$SignTimestampUrl = "http://timestamp.digicert.com?alg=sha256",
[string]$VCVars = "2019",
[switch]$InstallOfficialPythonMsi = $false,
[string]$OfficialPythonMsiChecksum = "C10234D0D9BD89F6F6DD55BAE28EDE0F97EE0DF4",
[string]$OfficialPythonMsiChecksum = "F95758C1FE6F75CC33D8E65640B074676AB88CB3",
[switch]$RemovePythonPycs = $false,
[switch]$InstallOfficialPythonUsingPyManager = $false
)
Expand Down
Binary file removed Python314_4_x64_Template/DLLs/_asyncio.pyd
Binary file not shown.
Binary file removed Python314_4_x64_Template/DLLs/_bz2.pyd
Binary file not shown.
Binary file removed Python314_4_x64_Template/DLLs/_ctypes.pyd
Binary file not shown.
Binary file removed Python314_4_x64_Template/DLLs/_decimal.pyd
Binary file not shown.
Binary file removed Python314_4_x64_Template/DLLs/_elementtree.pyd
Binary file not shown.
Binary file removed Python314_4_x64_Template/DLLs/_hashlib.pyd
Binary file not shown.
Binary file removed Python314_4_x64_Template/DLLs/_overlapped.pyd
Binary file not shown.
Binary file removed Python314_4_x64_Template/DLLs/_queue.pyd
Binary file not shown.
Binary file removed Python314_4_x64_Template/DLLs/_remote_debugging.pyd
Binary file not shown.
Binary file removed Python314_4_x64_Template/DLLs/_sqlite3.pyd
Binary file not shown.
Binary file removed Python314_4_x64_Template/DLLs/_ssl.pyd
Binary file not shown.
Binary file removed Python314_4_x64_Template/DLLs/_uuid.pyd
Binary file not shown.
Binary file removed Python314_4_x64_Template/DLLs/libcrypto-3.dll
Binary file not shown.
Binary file removed Python314_4_x64_Template/DLLs/libssl-3.dll
Binary file not shown.
Binary file removed Python314_4_x64_Template/DLLs/pyexpat.pyd
Binary file not shown.
Binary file removed Python314_4_x64_Template/DLLs/winsound.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
241 changes: 0 additions & 241 deletions Python314_4_x64_Template/Lib/asyncio/__main__.py

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading