Enabled MacOS bootstrap in CI/CD and a little more debug output for MacOS

This commit is contained in:
David Murphy 2024-11-06 18:12:40 -07:00
parent 1b8b907636
commit 081590b816
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8
2 changed files with 9 additions and 4 deletions

View file

@ -46,11 +46,11 @@ jobs:
run: |
pip install -U pytest
## TBD Disabled until CI/CD is functional
## - name: Bootstrap Salt
## run: |
## sudo sh -x ./bootstrap-salt.sh
- name: Bootstrap Salt
run: |
sudo sh -x ./bootstrap-salt.sh
## TBD Disabled until CI/CD is functional
## - name: Test Bootstrap
## run: |
## pytest --cache-clear -v -s -ra --log-cli-level=debug tests/integration/

View file

@ -7246,6 +7246,11 @@ __macosx_get_packagesite_onedir_latest() {
__macosx_get_packagesite_onedir() {
## DGM debug
set -v
set -x
echodebug "Get package site for onedir from repository"
if [ -n "$_PY_EXE" ] && [ "$_PY_MAJOR_VERSION" -ne 3 ]; then
echoerror "Python version is no longer supported, only Python 3"