We have some news to share for the request index beta feature. We’ve added more options to sort your requests, counters to the individual filters and documentation for the search functionality. Checkout the blog post for more details.

File _constraints of Package llvm5

<?xml version="1.0"?>
<constraints>
  <hardware>
    <disk>
      <size unit="G">30</size>
    </disk>
    <memory>
      <size unit="M">9000</size>
    </memory>
  </hardware>
  <overwrite>
    <!-- 
      We have disabled debuginfo on 32 bit architecture because they simply can no address enough memory to link llvm libraries with it.
      Without debuginfo the disk and memory requirements are much lower.
    -->
    <conditions>
      <arch>i586</arch>
      <arch>s390</arch>
    </conditions>
    <hardware>
      <disk>
        <size unit="G">10</size>
      </disk>
      <memory>
        <size unit="M">4096</size>
      </memory>
    </hardware>
  </overwrite>
  <overwrite>
    <conditions>
      <arch>armv6l</arch>
      <arch>armv7l</arch>
    </conditions>
    <hardware>
      <disk>
        <size unit="G">10</size>
      </disk>
      <memory>
        <size unit="M">768</size>
      </memory>
    </hardware>
  </overwrite>
  <overwrite>
    <conditions>
        <arch>aarch64</arch>
    </conditions>
    <sandbox>kvm</sandbox>
  </overwrite>
  <overwrite>
    <conditions>
      <arch>ppc64le</arch>
    </conditions>
    <hardware>
      <memory>
        <size unit="M">4096</size>
      </memory>
    </hardware>
  </overwrite>
</constraints>
openSUSE Build Service is sponsored by