Projects STRLCPY criu Commits ee149cf5
🤬
  • travis: fix building on s390x

    The travis build for s390x started to fail with:
    
    Failed to fetch http://security.debian.org/debian-security/dists/jessie/updates/InRelease Unable to find expected entry 'main/binary-s390x/Packages' in Release file (Wrong sources.list entry or malformed file)
    
    This changes the repository definition just like it is done for ppc64le.
    
    Signed-off-by: Adrian Reber <[email protected]>
    Signed-off-by: Andrei Vagin <[email protected]>
  • Loading...
  • Adrian Reber committed with Andrei Vagin 6 years ago
    ee149cf5
    1 parent 8d7742a1
  • ■ ■ ■ ■ ■ ■
    scripts/build/Dockerfile.s390x.hdr
    skipped 1 lines
    2 2   
    3 3  ENV QEMU_CPU z900
    4 4  COPY scripts/build/qemu-user-static/usr/bin/qemu-s390x-static /usr/bin/qemu-s390x-static
     5 +# The security repository does not seem to exist anymore
     6 +RUN sed -i '/security/ d' /etc/apt/sources.list
    5 7   
Please wait...
Page is in error, reload to recover