diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-13 16:20:49 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-13 16:24:11 -0500 |
| commit | 301815e7532aa3828fd3c6aa0688adac3509297d (patch) | |
| tree | 61ac6d8f163ddaafafefb0e41ad19594ddfa477b /src | |
| parent | 8477ef0afa4eb5f739b7a10795fdf08f11d2f414 (diff) | |
| download | stasis-301815e7532aa3828fd3c6aa0688adac3509297d.tar.gz | |
Install cibuildwheel
Diffstat (limited to 'src')
| -rw-r--r-- | src/cli/stasis/stasis_main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cli/stasis/stasis_main.c b/src/cli/stasis/stasis_main.c index 44ee6d7..633d014 100644 --- a/src/cli/stasis/stasis_main.c +++ b/src/cli/stasis/stasis_main.c @@ -309,6 +309,10 @@ static void install_build_package() { msg(STASIS_MSG_ERROR | STASIS_MSG_L2, "'build' tool installation failed\n"); exit(1); } + if (pip_exec("install cibuildwheel")) { + msg(STASIS_MSG_ERROR | STASIS_MSG_L2, "'cibuildwheel' tool installation failed\n"); + exit(1); + } } static void configure_package_overlay(struct Delivery *ctx, const char *env_name) { |
