File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed
Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 include :
20- - runner : macos-11
20+ - runner : macos-12
2121 os : darwin
2222 arch : amd64
2323 - runner : macos-13-xlarge
Original file line number Diff line number Diff line change @@ -22,14 +22,17 @@ $(VENV_ACTIVATE): requirements.txt
2222
2323dist-bin/localstack build : $(VENV_ACTIVATE ) main.py
2424 $(VENV_RUN ) ; pyinstaller main.py \
25+ --log-level=DEBUG \
2526 $(PYINSTALLER_ARGS ) -n localstack \
2627 --hidden-import cookiecutter.main \
2728 --hidden-import cookiecutter.extensions \
28- --hidden-import localstack_ext.cli.localstack \
29- --hidden-import localstack_ext.plugins \
3029 --hidden-import localstack.dev.run.configurators \
31- --hidden-import localstack_ext.extensions.plugins \
32- --hidden-import localstack_ext.extensions.bootstrap \
30+ --hidden-import localstack.pro.core.plugins \
31+ --hidden-import localstack.pro.core.cli.localstack \
32+ --hidden-import localstack.pro.core.extensions.plugins \
33+ --copy-metadata localstack_ext \
34+ --collect-data localstack.pro.core \
35+ --exclude-module importlib_resources \
3336 --additional-hooks-dir hooks
3437
3538dist-dir/localstack : PYINSTALLER_ARGS=--distpath=dist-dir
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11pyinstaller
2- localstack == 3.5.0
2+ localstack == 3.5.1.dev20240718105800
33cookiecutter
You can’t perform that action at this time.
0 commit comments