• Home
  • Raw
  • Download

Lines Matching full:qemu

33             qemu: qemu-aarch64
42 qemu: qemu-ppc64le
51 qemu: qemu-mips64el
60 qemu: qemu-mipsel
69 qemu: qemu-riscv64
78 qemu: qemu-arm
108 path: ${{ runner.tool_cache }}/qemu
109 key: qemu-${{ matrix.target }}-${{ env.QEMU_BUILD_VERSION }}-patched
129 - name: Install qemu
134 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix…
136 # See if qemu is already in the cache
137 if [ -f ${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ]; then
141 # Download and build qemu from source since the most recent release is
146 curl https://download.qemu.org/qemu-$QEMU_BUILD_VERSION.tar.xz | tar xJf -
147 cd qemu-$QEMU_BUILD_VERSION
151 …./configure --target-list=${{ matrix.qemu_target }} --prefix=${{ runner.tool_cache }}/qemu --disab…
153 if: matrix.qemu != '' && matrix.os == 'ubuntu-latest'
198 qemu: qemu-aarch64
207 qemu: qemu-ppc64le
216 qemu: qemu-mips64el
225 qemu: qemu-mipsel
234 qemu: qemu-riscv64
243 qemu: qemu-arm
268 path: ${{ runner.tool_cache }}/qemu
269 key: qemu-${{ matrix.target }}-${{ env.QEMU_BUILD_VERSION }}-patched
288 - name: Install qemu
293 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix…
295 # See if qemu is already in the cache
296 if [ -f ${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ]; then
300 # Download and build qemu from source since the most recent release is
305 curl https://download.qemu.org/qemu-$QEMU_BUILD_VERSION.tar.xz | tar xJf -
306 cd qemu-$QEMU_BUILD_VERSION
310 …./configure --target-list=${{ matrix.qemu_target }} --prefix=${{ runner.tool_cache }}/qemu --disab…
312 if: matrix.qemu != '' && matrix.os == 'ubuntu-latest'
345 qemu: qemu-aarch64
354 qemu: qemu-ppc64le
363 qemu: qemu-mips64el
372 qemu: qemu-mipsel
381 qemu: qemu-riscv64
390 qemu: qemu-arm
415 path: ${{ runner.tool_cache }}/qemu
416 key: qemu-${{ matrix.target }}-${{ env.QEMU_BUILD_VERSION }}-patched
435 - name: Install qemu
440 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix…
442 # See if qemu is already in the cache
443 if [ -f ${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ]; then
447 # Download and build qemu from source since the most recent release is
452 curl https://download.qemu.org/qemu-$QEMU_BUILD_VERSION.tar.xz | tar xJf -
453 cd qemu-$QEMU_BUILD_VERSION
457 …./configure --target-list=${{ matrix.qemu_target }} --prefix=${{ runner.tool_cache }}/qemu --disab…
459 if: matrix.qemu != '' && matrix.os == 'ubuntu-latest'
524 qemu: qemu-aarch64
533 qemu: qemu-ppc64le
542 qemu: qemu-mips64el
551 qemu: qemu-mipsel
560 qemu: qemu-riscv64
569 qemu: qemu-arm
591 path: ${{ runner.tool_cache }}/qemu
592 key: qemu-${{ matrix.target }}-${{ env.QEMU_BUILD_VERSION }}-patched
611 - name: Install qemu
616 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix…
618 # See if qemu is already in the cache
619 if [ -f ${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ]; then
623 # Download and build qemu from source since the most recent release is
628 curl https://download.qemu.org/qemu-$QEMU_BUILD_VERSION.tar.xz | tar xJf -
629 cd qemu-$QEMU_BUILD_VERSION
633 …./configure --target-list=${{ matrix.qemu_target }} --prefix=${{ runner.tool_cache }}/qemu --disab…
635 if: matrix.qemu != '' && matrix.os == 'ubuntu-latest'
668 qemu: qemu-aarch64
677 qemu: qemu-ppc64le
686 qemu: qemu-mips64el -L /usr/mips64el-linux-gnuabi64
694 qemu: qemu-mipsel -L /usr/mipsel-linux-gnu
702 qemu: qemu-riscv64
711 qemu: qemu-arm
733 path: ${{ runner.tool_cache }}/qemu
734 key: qemu-${{ matrix.target }}-${{ env.QEMU_BUILD_VERSION }}-patched
753 - name: Install qemu
758 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix…
760 # See if qemu is already in the cache
761 if [ -f ${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ]; then
765 # Download and build qemu from source since the most recent release is
770 curl https://download.qemu.org/qemu-$QEMU_BUILD_VERSION.tar.xz | tar xJf -
771 cd qemu-$QEMU_BUILD_VERSION
775 …./configure --target-list=${{ matrix.qemu_target }} --prefix=${{ runner.tool_cache }}/qemu --disab…
777 if: matrix.qemu != '' && matrix.os == 'ubuntu-latest'
810 qemu: qemu-aarch64
819 qemu: qemu-ppc64le
828 qemu: qemu-mips64el -L /usr/mips64el-linux-gnuabi64
836 qemu: qemu-mipsel -L /usr/mipsel-linux-gnu
844 qemu: qemu-riscv64
853 qemu: qemu-arm
875 path: ${{ runner.tool_cache }}/qemu
876 key: qemu-${{ matrix.target }}-${{ env.QEMU_BUILD_VERSION }}-patched
895 - name: Install qemu
900 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix…
902 # See if qemu is already in the cache
903 if [ -f ${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ]; then
907 # Download and build qemu from source since the most recent release is
912 curl https://download.qemu.org/qemu-$QEMU_BUILD_VERSION.tar.xz | tar xJf -
913 cd qemu-$QEMU_BUILD_VERSION
917 …./configure --target-list=${{ matrix.qemu_target }} --prefix=${{ runner.tool_cache }}/qemu --disab…
919 if: matrix.qemu != '' && matrix.os == 'ubuntu-latest'
952 qemu: qemu-aarch64
961 qemu: qemu-ppc64le
970 qemu: qemu-mips64el -L /usr/mips64el-linux-gnuabi64
978 qemu: qemu-mipsel -L /usr/mipsel-linux-gnu
986 qemu: qemu-riscv64
995 qemu: qemu-arm
1017 path: ${{ runner.tool_cache }}/qemu
1018 key: qemu-${{ matrix.target }}-${{ env.QEMU_BUILD_VERSION }}-patched
1037 - name: Install qemu
1042 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix…
1044 # See if qemu is already in the cache
1045 if [ -f ${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ]; then
1049 # Download and build qemu from source since the most recent release is
1054 curl https://download.qemu.org/qemu-$QEMU_BUILD_VERSION.tar.xz | tar xJf -
1055 cd qemu-$QEMU_BUILD_VERSION
1059 …./configure --target-list=${{ matrix.qemu_target }} --prefix=${{ runner.tool_cache }}/qemu --disab…
1061 if: matrix.qemu != '' && matrix.os == 'ubuntu-latest'
1094 qemu: qemu-aarch64
1103 qemu: qemu-ppc64le
1112 qemu: qemu-mips64el -L /usr/mips64el-linux-gnuabi64
1120 qemu: qemu-mipsel -L /usr/mipsel-linux-gnu
1128 qemu: qemu-riscv64
1137 qemu: qemu-arm
1159 path: ${{ runner.tool_cache }}/qemu
1160 key: qemu-${{ matrix.target }}-${{ env.QEMU_BUILD_VERSION }}-patched
1179 - name: Install qemu
1184 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix…
1186 # See if qemu is already in the cache
1187 if [ -f ${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ]; then
1191 # Download and build qemu from source since the most recent release is
1196 curl https://download.qemu.org/qemu-$QEMU_BUILD_VERSION.tar.xz | tar xJf -
1197 cd qemu-$QEMU_BUILD_VERSION
1201 …./configure --target-list=${{ matrix.qemu_target }} --prefix=${{ runner.tool_cache }}/qemu --disab…
1203 if: matrix.qemu != '' && matrix.os == 'ubuntu-latest'
1236 qemu: qemu-aarch64
1245 qemu: qemu-ppc64le
1254 qemu: qemu-mips64el
1263 qemu: qemu-mipsel
1272 qemu: qemu-riscv64
1281 qemu: qemu-arm
1306 path: ${{ runner.tool_cache }}/qemu
1307 key: qemu-${{ matrix.target }}-${{ env.QEMU_BUILD_VERSION }}-patched
1326 - name: Install qemu
1331 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix…
1333 # See if qemu is already in the cache
1334 if [ -f ${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ]; then
1338 # Download and build qemu from source since the most recent release is
1343 curl https://download.qemu.org/qemu-$QEMU_BUILD_VERSION.tar.xz | tar xJf -
1344 cd qemu-$QEMU_BUILD_VERSION
1348 …./configure --target-list=${{ matrix.qemu_target }} --prefix=${{ runner.tool_cache }}/qemu --disab…
1350 if: matrix.qemu != '' && matrix.os == 'ubuntu-latest'
1383 qemu: qemu-aarch64
1392 qemu: qemu-ppc64le
1401 qemu: qemu-mips64el
1410 qemu: qemu-mipsel
1419 qemu: qemu-riscv64
1428 qemu: qemu-arm
1453 path: ${{ runner.tool_cache }}/qemu
1454 key: qemu-${{ matrix.target }}-${{ env.QEMU_BUILD_VERSION }}-patched
1473 - name: Install qemu
1478 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix…
1480 # See if qemu is already in the cache
1481 if [ -f ${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ]; then
1485 # Download and build qemu from source since the most recent release is
1490 curl https://download.qemu.org/qemu-$QEMU_BUILD_VERSION.tar.xz | tar xJf -
1491 cd qemu-$QEMU_BUILD_VERSION
1495 …./configure --target-list=${{ matrix.qemu_target }} --prefix=${{ runner.tool_cache }}/qemu --disab…
1497 if: matrix.qemu != '' && matrix.os == 'ubuntu-latest'
1510 # Qemu doesn't support running Wasmtime.
1597 qemu: qemu-aarch64
1606 qemu: qemu-ppc64le
1615 qemu: qemu-mips64el
1624 qemu: qemu-mipsel
1633 qemu: qemu-riscv64
1642 qemu: qemu-arm
1665 path: ${{ runner.tool_cache }}/qemu
1666 key: qemu-${{ matrix.target }}-${{ env.QEMU_BUILD_VERSION }}-patched
1685 - name: Install qemu
1690 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix…
1692 # See if qemu is already in the cache
1693 if [ -f ${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ]; then
1697 # Download and build qemu from source since the most recent release is
1702 curl https://download.qemu.org/qemu-$QEMU_BUILD_VERSION.tar.xz | tar xJf -
1703 cd qemu-$QEMU_BUILD_VERSION
1707 …./configure --target-list=${{ matrix.qemu_target }} --prefix=${{ runner.tool_cache }}/qemu --disab…
1709 if: matrix.qemu != '' && matrix.os == 'ubuntu-latest'