File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 21
21
build_linux_python_lib :
22
22
name : Build Python wheels for Linux (${{ matrix.arch.name }})
23
23
needs : build_prepare
24
- timeout-minutes : 60
25
24
26
25
strategy :
27
26
matrix :
74
73
patch -p1 < ../0006-Revert-Python-dependencies.patch
75
74
patch -p1 < ../0007-Use-data-as-platform-storage-location.patch
76
75
- name : Bootstrap
77
- timeout-minutes : 10
78
76
run : scripts/build/gn_bootstrap.sh
79
77
- name : Setup Build, Run Build and Run Tests
80
- timeout-minutes : 50
81
78
run : |
82
79
scripts/build/gn_gen.sh --args=" \
83
80
enable_rtti=true \
91
88
"
92
89
scripts/run_in_build_env.sh "ninja -C ./out chip-repl"
93
90
- name : Run Python library specific unit tests
94
- timeout-minutes : 5
95
91
run : |
96
92
scripts/run_in_build_env.sh 'pip3 install ./out/controller/python/home_assistant_chip_core-${{ needs.build_prepare.outputs.version }}-cp37-abi3-manylinux_2_31_${{ matrix.arch.name }}.whl'
97
93
scripts/run_in_build_env.sh 'pip3 install ./out/controller/python/home_assistant_chip_clusters-${{ needs.build_prepare.outputs.version }}-py3-none-any.whl'
You can’t perform that action at this time.
0 commit comments