Skip to content

Commit 024c086

Browse files
committed
DTS-check: Python librarires have troubles to build, disabling for now
- Add requirements.txt to Dockerfile generation
1 parent 2ffbb3b commit 024c086

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

lib/functions/host/docker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ function docker_cli_prepare_dockerfile() {
225225
!/VERSION
226226
!/LICENSE
227227
!/compile.sh
228+
!/requirements.txt
228229
!/lib
229230
!/extensions
230231
!/config/sources

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ PyYAML == 6.0.1 # for parsing/writing YAML
1313
oras == 0.1.30 # for OCI stuff in mapper-oci-update
1414
Jinja2 == 3.1.4 # for templating
1515
rich == 13.7.1 # for rich text formatting
16-
dtschema == 2024.5 # for checking dts files and dt bindings
17-
yamllint == 1.35.1 # for checking dts files and dt bindings
16+
#dtschema == 2024.5 # for checking dts files and dt bindings
17+
#yamllint == 1.35.1 # for checking dts files and dt bindings
18+
19+
#### dts-schema and its functionality dts-check does not build

0 commit comments

Comments
 (0)