File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ function docker_cli_prepare_dockerfile() {
225
225
!/VERSION
226
226
!/LICENSE
227
227
!/compile.sh
228
+ !/requirements.txt
228
229
!/lib
229
230
!/extensions
230
231
!/config/sources
Original file line number Diff line number Diff line change @@ -13,5 +13,7 @@ PyYAML == 6.0.1 # for parsing/writing YAML
13
13
oras == 0.1.30 # for OCI stuff in mapper-oci-update
14
14
Jinja2 == 3.1.4 # for templating
15
15
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
You can’t perform that action at this time.
0 commit comments