File: upstream-testsuite

package info (click to toggle)
glibc 2.43-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 320,560 kB
  • sloc: ansic: 1,067,683; asm: 238,038; makefile: 21,402; python: 13,638; sh: 11,921; cpp: 5,188; awk: 1,794; perl: 317; yacc: 292; pascal: 182; sed: 19
file content (14 lines) | stat: -rwxr-xr-x 335 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
set -e

case "$(dpkg-architecture -qDEB_HOST_ARCH)" in
    i386)
        # The i386 debci runners are not powerful enough to run all the
        # testsuite within the default timeout. Disable the biarch ones.
        export DEB_BUILD_PROFILES="nobiarch"
        ;;
    *)
        ;;
esac

debian/rules build-arch-post-check