mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add tzdata collection back to pipeline
Diagnose module not found windows pyinstaller error
This commit is contained in:
parent
aec8f79c36
commit
3125c6cc58
@ -118,6 +118,7 @@ win-dev-build:
|
||||
--hidden-import cryptography
|
||||
--hidden-import cffi
|
||||
--collect-all tzlocal
|
||||
--collect-all tzdata
|
||||
artifacts:
|
||||
name: "crafty-${CI_RUNNER_TAGS}-${CI_COMMIT_BRANCH}_${CI_COMMIT_SHORT_SHA}"
|
||||
paths:
|
||||
@ -154,6 +155,7 @@ win-prod-build:
|
||||
--hidden-import cryptography
|
||||
--hidden-import cffi
|
||||
--collect-all tzlocal
|
||||
--collect-all tzdata
|
||||
artifacts:
|
||||
name: "crafty-${CI_RUNNER_TAGS}-${CI_COMMIT_BRANCH}_${CI_COMMIT_SHORT_SHA}"
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user