Skip to content
Snippets Groups Projects
  • rev.ng CI's avatar
    38a29756
    Automatic binary archives · 38a29756
    rev.ng CI authored
    ORCHESTRA_CONFIG_COMMIT=4f857d3
    ORCHESTRA_CONFIG_BRANCH=feature/make-dynamic-functions-nomerge
    COMPONENT_TARGET_BRANCH=feature/make-dynamic-functions-nomerge
    38a29756
    History
    Automatic binary archives
    rev.ng CI authored
    ORCHESTRA_CONFIG_COMMIT=4f857d3
    ORCHESTRA_CONFIG_BRANCH=feature/make-dynamic-functions-nomerge
    COMPONENT_TARGET_BRANCH=feature/make-dynamic-functions-nomerge
none_4207b453ea64dce3eee03e1ff03bad1c8877fce5.hash-material.yml 293.76 KiB
- "add_to_path": []
  "builds":
    "default":
      "build_dependencies":
      - |-
        host-cxx-toolchain
      "configure": |
        mkdir -p "$BUILD_DIR"

        extract.sh --into "$BUILD_DIR" "https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.tar.bz2"
        cd "$BUILD_DIR"

        # Use --target=x86_64-unknown-linux-gnu instead --target=x86_64-pc-linux
        sed \
          -i \
          's/"--target=.*"/"--target=x86_64-unknown-linux-gnu"/' \
          tools/build/src/tools/clang.jam

        ./bootstrap.sh \
          --prefix="$ORCHESTRA_ROOT" \
          --with-libraries=regex,test \
          --without-icu
      "dependencies":
      - |-
        host-libcxx
      - |-
        libunwind
      "install": |+
        cd "$BUILD_DIR"

        ./b2 \
          --prefix="${DESTDIR}${ORCHESTRA_ROOT}" \
          --ignore-site-config toolset='clang'

        ./b2 \
          --prefix="${DESTDIR}${ORCHESTRA_ROOT}" \
          --ignore-site-config toolset='clang' \
          install

      "ndebug": !!bool |-
        true
  "commit": !!null |-
    null
  "default_build": |-
    default
  "license": |-
    LICENSE_1_0.txt
  "repository": !!null |-
    null
  "skip_post_install": !!bool |-
    false
- "add_to_path": []
  "builds":
    "default":
      "build_dependencies":
      - |-
        host-c-toolchain
      "configure": |
        mkdir -p "$BUILD_DIR"
        extract.sh --into "$BUILD_DIR" https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz

        sed 's/-Winline//g' -i "$BUILD_DIR"/Makefile*
      "dependencies": []
      "install": |+
        cd "$BUILD_DIR"

        # Build
        make ${JOBS:+-j$JOBS} -f Makefile-libbz2_so PREFIX=/
        make ${JOBS:+-j$JOBS} bzip2 bzip2recover PREFIX=/