Skip to content

Commit

Permalink
Fix errors detected by schema validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Filippo Cremonese authored and aleclearmind committed Mar 1, 2021
1 parent 25f8826 commit d2ef694
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .orchestra/config/components/llvm_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository: llvm-project
license: llvm/LICENSE.TXT
builds:
default:
depencencies:
dependencies:
- llvm
configure: |
rm -rf "$BUILD_DIR"
Expand Down
2 changes: 1 addition & 1 deletion .orchestra/config/components/llvmcpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: llvmcpy
license: LICENSE.txt
builds:
default:
depencencies:
dependencies:
- llvm
configure: |
mkdir -p "$BUILD_DIR"
Expand Down
3 changes: 0 additions & 3 deletions .orchestra/config/components/toolchain/lib/musl.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ build_dependencies:
#! and we want take it into account without checking explicitly for specific musl

#@ source_url = "http://www.musl-libc.org/releases/musl-" + musl_version + ".tar.gz"
build: |
cd "$BUILD_DIR"
(@= make @) include/bits/alltypes.h || (@= make @) obj/include/bits/alltypes.h
install: |
cd "$BUILD_DIR"
(@= make @) include/bits/alltypes.h || (@= make @) obj/include/bits/alltypes.h
Expand Down

0 comments on commit d2ef694

Please sign in to comment.