Skip to content
Snippets Groups Projects
Commit dd3dcb63 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Fixed dependencies indentation

parent 7e86a89c
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,10 @@ macos/(@= prefix @)-clang:
cp support/add-sysroot-wrapper.sh "${TMP_ROOT}${ORCHESTRA_ROOT}/bin/(@= prefix @)-apple-darwin11-clang"
rm -f "${TMP_ROOT}${ORCHESTRA_ROOT}/bin/(@= prefix @)-apple-darwin11-clang++"
cp support/add-sysroot-wrapper.sh "${TMP_ROOT}${ORCHESTRA_ROOT}/bin/(@= prefix @)-apple-darwin11-clang++"
dependencies:
- macos/sdk
- clang-release
- macos/(@= prefix @)-ld64
dependencies:
- macos/sdk
- clang-release
- macos/(@= prefix @)-ld64
#@ end
#@ end
......
......@@ -44,10 +44,10 @@ macos/(@= prefix @)-ld64:
cd "$BUILD_DIR/cctools"
(@= make @)
(@= make @) install
dependencies:
- macos/libtapi
- clang-release
- toolchain/host/gcc@stage2
dependencies:
- macos/libtapi
- clang-release
- toolchain/host/gcc@stage2
#@ end
#@ end
......
......@@ -31,10 +31,10 @@ builds:
cp lib/libtapi.so "${TMP_ROOT}${ORCHESTRA_ROOT}/lib/"
cp -ar src/projects/libtapi/include/tapi/ "${TMP_ROOT}${ORCHESTRA_ROOT}/include/"
cp -a projects/libtapi/include/tapi/Version.inc "${TMP_ROOT}${ORCHESTRA_ROOT}/include/tapi/"
dependencies:
- cmake
- clang-release
- toolchain/host/gcc@stage2
dependencies:
- cmake
- clang-release
- toolchain/host/gcc@stage2
#@ end
---
......
......@@ -10,10 +10,10 @@ builds:
echo "TODO: macosx sdk" && exit 1
create-package.sh Xcode_9.xip
extract.sh --into "${TMP_ROOT}${ORCHESTRA_ROOT}" --src-archive-dir "$SDK_ARCHIVE_DIR" "(@= sdk_archive_name @)"
dependencies:
- cmake
- clang-release
- toolchain/host/gcc@stage2
dependencies:
- cmake
- clang-release
- toolchain/host/gcc@stage2
add_to_path: "$ORCHESTRA_DOTDIR/helpers/repackage-apple-sdk"
#@ end
......
......@@ -112,10 +112,11 @@ builds:
[Paths]
Prefix = $ORCHESTRA_ROOT
EOF
dependencies:
- clang-release
- toolchain/host/gcc@stage2
#@ end
dependencies:
- clang-release
- toolchain/host/gcc@stage2
#@ end
---
......
......@@ -50,12 +50,12 @@ builds:
cd "$BUILD_DIR"
(@= make @)
(@= make @) install INSTALL_ROOT="$DESTDIR$ORCHESTRA_ROOT"
dependencies:
- clang-release
- toolchain/host/gcc
- llvm
- ui/qt
#@ end
dependencies:
- clang-release
- toolchain/host/gcc
- llvm
- ui/qt
#@ end
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment