Skip to content

SG-42549 Replace OS-specific binary scripts with install_binary.py#320

Draft
julien-lang wants to merge 3 commits intomasterfrom
ticket/SG-42304-next
Draft

SG-42549 Replace OS-specific binary scripts with install_binary.py#320
julien-lang wants to merge 3 commits intomasterfrom
ticket/SG-42304-next

Conversation

@julien-lang
Copy link
Member

install_binary.py is a single cross-platform Python script that replaces install_binary_linux.sh, install_binary_mac.sh and install_binary_windows.ps1. Platform detection is done via sys.platform at runtime.

pipelines.yml already calls python install_binary.py - this commit adds the script and removes the three old OS-specific scripts.

SG-42304 Clean up pipeline naming and move git add to pipeline steps

@codecov
Copy link

codecov bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.82%. Comparing base (f266e49) to head (88ae513).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #320   +/-   ##
=======================================
  Coverage   65.82%   65.82%           
=======================================
  Files          24       24           
  Lines        1870     1870           
=======================================
  Hits         1231     1231           
  Misses        639      639           
Flag Coverage Δ
Linux 47.54% <ø> (ø)
Python-3.10 65.82% <ø> (ø)
Python-3.11 65.82% <ø> (ø)
Python-3.13 65.72% <ø> (ø)
Python-3.9 65.79% <ø> (ø)
Windows 63.80% <ø> (ø)
macOS 64.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

install_binary.py is a single cross-platform Python script that replaces
install_binary_linux.sh, install_binary_mac.sh and install_binary_windows.ps1.
Platform detection is done via sys.platform at runtime.

pipelines.yml already calls python install_binary.py - this commit adds
the script and removes the three old OS-specific scripts.

SG-42304 Clean up pipeline naming and move git add to pipeline steps
@julien-lang julien-lang force-pushed the ticket/SG-42304-next branch from 93161b3 to 88ae513 Compare March 6, 2026 22:18
@julien-lang julien-lang changed the title SG-42304 Replace OS-specific binary scripts with install_binary.py SG-42549 Replace OS-specific binary scripts with install_binary.py Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant