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 17
17
fail-fast : false
18
18
matrix :
19
19
include :
20
- - runner : macos-11
20
+ - runner : macos-12
21
21
os : darwin
22
22
arch : amd64
23
23
- runner : macos-13-xlarge
Original file line number Diff line number Diff line change @@ -22,14 +22,17 @@ $(VENV_ACTIVATE): requirements.txt
22
22
23
23
dist-bin/localstack build : $(VENV_ACTIVATE ) main.py
24
24
$(VENV_RUN ) ; pyinstaller main.py \
25
+ --log-level=DEBUG \
25
26
$(PYINSTALLER_ARGS ) -n localstack \
26
27
--hidden-import cookiecutter.main \
27
28
--hidden-import cookiecutter.extensions \
28
- --hidden-import localstack_ext.cli.localstack \
29
- --hidden-import localstack_ext.plugins \
30
29
--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 \
33
36
--additional-hooks-dir hooks
34
37
35
38
dist-dir/localstack : PYINSTALLER_ARGS=--distpath=dist-dir
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
pyinstaller
2
- localstack == 3.5.0
2
+ localstack == 3.5.1.dev20240718105800
3
3
cookiecutter
You can’t perform that action at this time.
0 commit comments