You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/config.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ jobs:
64
64
# sparc64
65
65
fail-fast: false
66
66
67
-
runs-on: ubuntu-18.04
67
+
runs-on: ubuntu-latest
68
68
timeout-minutes: 60
69
69
70
70
name: linux
@@ -86,7 +86,7 @@ jobs:
86
86
export MAKEFLAGS="-j4"
87
87
if [[ "$QEMU" != "" || "$DOCKER_IMAGE" == *"arm"* ]]; then sudo apt-get update -y -qq; fi
88
88
if [[ "$QEMU" != "" ]]; then sudo apt-get install -y -qq qemu-user-static; ls /usr/bin/qemu-*-static; export QEMU_VOLUME="-v /usr/bin/qemu-$QEMU-static:/usr/bin/qemu-$QEMU-static" ; fi
89
-
if [[ "$QEMU" != "" ]]; then docker run --rm --privileged multiarch/qemu-user-static:register; fi
89
+
if [[ "$QEMU" != "" ]]; then docker run --rm --privileged multiarch/qemu-user-static:register --reset; fi
90
90
if [[ "$DOCKER_IMAGE" == *"arm"* ]]; then sudo apt-get install -y -qq qemu-user-static; fi
91
91
if [[ "$DOCKER_IMAGE" == *"arm"* ]]; then git clone http://github.com/euslisp/jskeus ${HOME}/jskeus; fi
92
92
echo "Testing branch $TRAVIS_BRANCH of $REPOSITORY_NAME on $QEMU_VOLUME"
if [ "`uname -m`"=="x86_64" ] ;then sudo apt-get install -qq -y texlive-latex-base ptex-bin latex2html nkf poppler-utils ||echo"ok";fi# 16.04 does ont have ptex bin
@@ -67,9 +74,9 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
67
74
fi
68
75
69
76
### for multiarch compile test
70
-
if [[ "$QEMU"!=""&&"$DOCKER_IMAGE"!="arm64v8/ubuntu:"*]];then
if [[ (( "$DOCKER_IMAGE" == "arm64v8/debian:buster" || "$DOCKER_IMAGE" == "arm64v8/ubuntu:focal" ) &&$test_l=~ object.l ) ]]; then sed -i 's/dotimes (i 1000)/dotimes (i 10)/' $test_l; fi
0 commit comments