Skip to content

Commit

Permalink
DTS-check: Python librarires have troubles to build, disabling for now
Browse files Browse the repository at this point in the history
- Add requirements.txt to Dockerfile generation
  • Loading branch information
igorpecovnik committed Jun 25, 2024
1 parent 2ffbb3b commit 024c086
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/functions/host/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ function docker_cli_prepare_dockerfile() {
!/VERSION
!/LICENSE
!/compile.sh
!/requirements.txt
!/lib
!/extensions
!/config/sources
Expand Down
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ PyYAML == 6.0.1 # for parsing/writing YAML
oras == 0.1.30 # for OCI stuff in mapper-oci-update
Jinja2 == 3.1.4 # for templating
rich == 13.7.1 # for rich text formatting
dtschema == 2024.5 # for checking dts files and dt bindings
yamllint == 1.35.1 # for checking dts files and dt bindings
#dtschema == 2024.5 # for checking dts files and dt bindings
#yamllint == 1.35.1 # for checking dts files and dt bindings

#### dts-schema and its functionality dts-check does not build

0 comments on commit 024c086

Please sign in to comment.