|
@@ -3,6 +3,7 @@
|
|
# "Install basic packages to build QEMU on Ubuntu 20.04"
|
|
# "Install basic packages to build QEMU on Ubuntu 20.04"
|
|
|
|
|
|
ubuntu-22.04-aarch64-all-linux-static:
|
|
ubuntu-22.04-aarch64-all-linux-static:
|
|
|
|
+ extends: .custom_artifacts_template
|
|
needs: []
|
|
needs: []
|
|
stage: build
|
|
stage: build
|
|
tags:
|
|
tags:
|
|
@@ -19,12 +20,11 @@ ubuntu-22.04-aarch64-all-linux-static:
|
|
- ../configure --enable-debug --static --disable-system --disable-pie
|
|
- ../configure --enable-debug --static --disable-system --disable-pie
|
|
|| { cat config.log meson-logs/meson-log.txt; exit 1; }
|
|
|| { cat config.log meson-logs/meson-log.txt; exit 1; }
|
|
- make --output-sync -j`nproc --ignore=40`
|
|
- make --output-sync -j`nproc --ignore=40`
|
|
|
|
+ - make check-tcg
|
|
- make --output-sync -j`nproc --ignore=40` check
|
|
- make --output-sync -j`nproc --ignore=40` check
|
|
- || { cat meson-logs/testlog.txt; exit 1; } ;
|
|
|
|
- - make --output-sync -j`nproc --ignore=40` check-tcg
|
|
|
|
- || { cat meson-logs/testlog.txt; exit 1; } ;
|
|
|
|
|
|
|
|
ubuntu-22.04-aarch64-all:
|
|
ubuntu-22.04-aarch64-all:
|
|
|
|
+ extends: .custom_artifacts_template
|
|
needs: []
|
|
needs: []
|
|
stage: build
|
|
stage: build
|
|
tags:
|
|
tags:
|
|
@@ -44,9 +44,9 @@ ubuntu-22.04-aarch64-all:
|
|
|| { cat config.log meson-logs/meson-log.txt; exit 1; }
|
|
|| { cat config.log meson-logs/meson-log.txt; exit 1; }
|
|
- make --output-sync -j`nproc --ignore=40`
|
|
- make --output-sync -j`nproc --ignore=40`
|
|
- make --output-sync -j`nproc --ignore=40` check
|
|
- make --output-sync -j`nproc --ignore=40` check
|
|
- || { cat meson-logs/testlog.txt; exit 1; } ;
|
|
|
|
|
|
|
|
ubuntu-22.04-aarch64-alldbg:
|
|
ubuntu-22.04-aarch64-alldbg:
|
|
|
|
+ extends: .custom_artifacts_template
|
|
needs: []
|
|
needs: []
|
|
stage: build
|
|
stage: build
|
|
tags:
|
|
tags:
|
|
@@ -63,9 +63,9 @@ ubuntu-22.04-aarch64-alldbg:
|
|
- make clean
|
|
- make clean
|
|
- make --output-sync -j`nproc --ignore=40`
|
|
- make --output-sync -j`nproc --ignore=40`
|
|
- make --output-sync -j`nproc --ignore=40` check
|
|
- make --output-sync -j`nproc --ignore=40` check
|
|
- || { cat meson-logs/testlog.txt; exit 1; } ;
|
|
|
|
|
|
|
|
ubuntu-22.04-aarch64-clang:
|
|
ubuntu-22.04-aarch64-clang:
|
|
|
|
+ extends: .custom_artifacts_template
|
|
needs: []
|
|
needs: []
|
|
stage: build
|
|
stage: build
|
|
tags:
|
|
tags:
|
|
@@ -85,7 +85,6 @@ ubuntu-22.04-aarch64-clang:
|
|
|| { cat config.log meson-logs/meson-log.txt; exit 1; }
|
|
|| { cat config.log meson-logs/meson-log.txt; exit 1; }
|
|
- make --output-sync -j`nproc --ignore=40`
|
|
- make --output-sync -j`nproc --ignore=40`
|
|
- make --output-sync -j`nproc --ignore=40` check
|
|
- make --output-sync -j`nproc --ignore=40` check
|
|
- || { cat meson-logs/testlog.txt; exit 1; } ;
|
|
|
|
|
|
|
|
ubuntu-22.04-aarch64-tci:
|
|
ubuntu-22.04-aarch64-tci:
|
|
needs: []
|
|
needs: []
|
|
@@ -108,6 +107,7 @@ ubuntu-22.04-aarch64-tci:
|
|
- make --output-sync -j`nproc --ignore=40`
|
|
- make --output-sync -j`nproc --ignore=40`
|
|
|
|
|
|
ubuntu-22.04-aarch64-notcg:
|
|
ubuntu-22.04-aarch64-notcg:
|
|
|
|
+ extends: .custom_artifacts_template
|
|
needs: []
|
|
needs: []
|
|
stage: build
|
|
stage: build
|
|
tags:
|
|
tags:
|
|
@@ -127,4 +127,3 @@ ubuntu-22.04-aarch64-notcg:
|
|
|| { cat config.log meson-logs/meson-log.txt; exit 1; }
|
|
|| { cat config.log meson-logs/meson-log.txt; exit 1; }
|
|
- make --output-sync -j`nproc --ignore=40`
|
|
- make --output-sync -j`nproc --ignore=40`
|
|
- make --output-sync -j`nproc --ignore=40` check
|
|
- make --output-sync -j`nproc --ignore=40` check
|
|
- || { cat meson-logs/testlog.txt; exit 1; } ;
|
|
|