@@ -555,236 +555,4 @@ jobs:
555555
556556
557557
558-
559- # https://hub.docker.com/r/arm32v7/ubuntu/
560- ubuntu-arm :
561- name : ' arm qemu-riscv ${{github.event.inputs.version}} test on Ubuntu stable'
562- runs-on : [self-hosted, linux, arm, xbbla32]
563-
564- steps :
565- - name : ' Show environment'
566- run : |
567- uname -a
568- lsb_release -sd
569- echo "whoami: $(whoami)"
570- echo "pwd: $(pwd)"
571- ls -lLA
572- env | sort | grep -E '^[^ \t]+='
573-
574- - name : ' Clean working area' # Mandatory for self-hosted runners.
575- run : |
576- chmod -Rf a+w * || true
577- rm -rf * .git*
578-
579- # https://github.com/actions/checkout
580- - name : ' Checkout project'
581- uses : actions/checkout@v4
582- with :
583- fetch-depth : 3
584-
585- - name : ' Checkout helper ${{github.event.inputs.helper-git-ref}}'
586- uses : actions/checkout@v4
587- with :
588- repository : xpack-dev-tools/xbb-helper-xpack
589- path : build-assets/xpacks/@xpack-dev-tools/xbb-helper
590- ref : ${{github.event.inputs.helper-git-ref}}
591- fetch-depth : 3
592-
593- - name : ' Ubuntu 22.04 arm'
594- uses : docker://arm32v7/ubuntu:22.04
595- with :
596- entrypoint : /bin/bash # /usr/bin/linux32
597- args : /github/workspace/build-assets/scripts/test.sh --image arm32v7/ubuntu:22.04 --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
598-
599- - name : ' Ubuntu 20.04 arm'
600- uses : docker://arm32v7/ubuntu:20.04
601- with :
602- entrypoint : /bin/bash # /usr/bin/linux32
603- args : /github/workspace/build-assets/scripts/test.sh --image arm32v7/ubuntu:20.04 --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
604-
605- - name : ' Ubuntu 18.04 arm'
606- uses : docker://arm32v7/ubuntu:18.04
607- with :
608- entrypoint : /bin/bash # /usr/bin/linux32
609- args : /github/workspace/build-assets/scripts/test.sh --image arm32v7/ubuntu:18.04 --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
610-
611- # https://hub.docker.com/r/arm32v7/debian
612- debian-arm :
613- name : ' arm qemu-riscv ${{github.event.inputs.version}} test on Debian stable'
614- runs-on : [self-hosted, linux, arm, xbbla32]
615-
616- steps :
617- - name : ' Show environment'
618- run : |
619- uname -a
620- lsb_release -sd
621- echo "whoami: $(whoami)"
622- echo "pwd: $(pwd)"
623- ls -lLA
624- env | sort | grep -E '^[^ \t]+='
625-
626- - name : ' Clean working area' # Mandatory for self-hosted runners.
627- run : |
628- chmod -Rf a+w * || true
629- rm -rf * .git*
630-
631- # https://github.com/actions/checkout
632- - name : ' Checkout project'
633- uses : actions/checkout@v4
634- with :
635- fetch-depth : 3
636-
637- - name : ' Checkout helper ${{github.event.inputs.helper-git-ref}}'
638- uses : actions/checkout@v4
639- with :
640- repository : xpack-dev-tools/xbb-helper-xpack
641- path : build-assets/xpacks/@xpack-dev-tools/xbb-helper
642- ref : ${{github.event.inputs.helper-git-ref}}
643- fetch-depth : 3
644-
645- - name : ' Debian 11 arm'
646- uses : docker://arm32v7/debian:bullseye
647- with :
648- entrypoint : /bin/bash # /usr/bin/linux32
649- args : /github/workspace/build-assets/scripts/test.sh --image arm32v7/debian:bullseye --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
650-
651- - name : ' Debian 10 arm'
652- uses : docker://arm32v7/debian:buster
653- with :
654- entrypoint : /bin/bash # /usr/bin/linux32
655- args : /github/workspace/build-assets/scripts/test.sh --image arm32v7/debian:buster --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
656-
657- # https://hub.docker.com/r/arm32v7/ubuntu/
658- ubuntu-arm-latest :
659- name : ' arm qemu-riscv ${{github.event.inputs.version}} test on Ubuntu latest'
660- runs-on : [self-hosted, linux, arm, xbbla32]
661-
662- steps :
663- - name : ' Show environment'
664- run : |
665- uname -a
666- lsb_release -sd
667- echo "whoami: $(whoami)"
668- echo "pwd: $(pwd)"
669- ls -lLA
670- env | sort | grep -E '^[^ \t]+='
671-
672- - name : ' Clean working area' # Mandatory for self-hosted runners.
673- run : |
674- chmod -Rf a+w * || true
675- rm -rf * .git*
676-
677- # https://github.com/actions/checkout
678- - name : ' Checkout project'
679- uses : actions/checkout@v4
680- with :
681- fetch-depth : 3
682-
683- - name : ' Checkout helper ${{github.event.inputs.helper-git-ref}}'
684- uses : actions/checkout@v4
685- with :
686- repository : xpack-dev-tools/xbb-helper-xpack
687- path : build-assets/xpacks/@xpack-dev-tools/xbb-helper
688- ref : ${{github.event.inputs.helper-git-ref}}
689- fetch-depth : 3
690-
691- - name : ' Ubuntu latest arm'
692- uses : docker://arm32v7/ubuntu:22.04
693- with :
694- entrypoint : /bin/bash # /usr/bin/linux32
695- args : /github/workspace/build-assets/scripts/test.sh --image arm32v7/ubuntu:22.04 --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
696-
697- # # https://hub.docker.com/r/arm32v7/debian
698- # debian-arm-latest:
699- # name: 'arm qemu-riscv ${{github.event.inputs.version}} test on Debian latest'
700- # runs-on: [self-hosted, linux, arm, xbbla32]
701-
702- # steps:
703- # - name: 'Show environment'
704- # run: |
705- # uname -a
706- # lsb_release -sd
707- # echo "whoami: $(whoami)"
708- # echo "pwd: $(pwd)"
709- # ls -lLA
710- # env | sort | grep -E '^[^ \t]+='
711-
712- # - name: 'Clean working area' # Mandatory for self-hosted runners.
713- # run: |
714- # chmod -Rf a+w * || true
715- # rm -rf * .git*
716-
717- # # https://github.com/actions/checkout
718- # - name: 'Checkout project'
719- # uses: actions/checkout@v4
720- # with:
721- # fetch-depth: 3
722-
723- # - name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
724- # uses: actions/checkout@v4
725- # with:
726- # repository: xpack-dev-tools/xbb-helper-xpack
727- # path: build-assets/xpacks/@xpack-dev-tools/xbb-helper
728- # ref: ${{github.event.inputs.helper-git-ref}}
729- # fetch-depth: 3
730-
731- # - name: 'Debian testing arm'
732- # uses: docker://arm32v7/debian:testing
733- # with:
734- # entrypoint: /bin/bash # /usr/bin/linux32
735- # args: /github/workspace/build-assets/scripts/test.sh --image arm32v7/debian:testing --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
736-
737- # - name: 'Debian latest arm'
738- # uses: docker://arm32v7/debian:latest
739- # with:
740- # entrypoint: /bin/bash # /usr/bin/linux32
741- # args: /github/workspace/build-assets/scripts/test.sh --image arm32v7/debian:latest --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
742-
743- # https://en.wikipedia.org/wiki/Fedora_version_history
744- # https://hub.docker.com/r/arm32v7/fedora
745- # `-static` disabled, there is no static libc.a.
746- fedora-arm-latest :
747- name : ' arm qemu-riscv ${{github.event.inputs.version}} test on Fedora latest'
748- runs-on : [self-hosted, linux, arm, xbbla32]
749-
750- steps :
751- - name : ' Show environment'
752- run : |
753- uname -a
754- lsb_release -sd
755- echo "whoami: $(whoami)"
756- echo "pwd: $(pwd)"
757- ls -lLA
758- env | sort | grep -E '^[^ \t]+='
759-
760- - name : ' Clean working area' # Mandatory for self-hosted runners.
761- run : |
762- chmod -Rf a+w * || true
763- rm -rf * .git*
764-
765- # https://github.com/actions/checkout
766- - name : ' Checkout project'
767- uses : actions/checkout@v4
768- with :
769- fetch-depth : 3
770-
771- - name : ' Checkout helper ${{github.event.inputs.helper-git-ref}}'
772- uses : actions/checkout@v4
773- with :
774- repository : xpack-dev-tools/xbb-helper-xpack
775- path : build-assets/xpacks/@xpack-dev-tools/xbb-helper
776- ref : ${{github.event.inputs.helper-git-ref}}
777- fetch-depth : 3
778-
779- - name : ' Fedora latest arm'
780- uses : docker://arm32v7/fedora:latest
781- with :
782- entrypoint : /bin/bash
783- args : /github/workspace/build-assets/scripts/test.sh --image arm32v7/fedora:latest --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
784-
785- # - https://hub.docker.com/r/arm32v7/opensuse
786- # arm32v7/opensuse:latest is leap 42.3 and fails due to http: URLs
787- # (zypper lr -u)
788-
789-
790558# -----------------------------------------------------------------------------
0 commit comments