|
7 | 7 |
|
8 | 8 | jobs: |
9 | 9 |
|
10 | | - focal-build: |
| 10 | + qemux32-build: |
| 11 | + |
11 | 12 | name: Build with ${{matrix.compiler.label}}/${{matrix.march.label}} |
12 | 13 | strategy: |
13 | 14 | fail-fast: FALSE |
14 | 15 | matrix: |
15 | 16 | compiler: |
16 | | - - { label: 'gcc9', gcc: 'gcc', gxx: 'g++' } |
17 | | - - { label: 'gcc10', gcc: 'gcc-10', gxx: 'g++-10' } |
| 17 | + - { label: 'gcc9', gcc: 'gcc', gxx: 'g++' } |
| 18 | + - { label: 'gcc10', gcc: 'gcc-10', gxx: 'g++-10' } |
18 | 19 | - { label: 'clang18', gcc: 'clang-18', gxx: 'clang++-18' } |
19 | 20 | march: |
20 | | - - { label: '64' } |
| 21 | + - { label: '64' } |
21 | 22 | - { label: '32', flags: '-m32 -msse2 -mfpmath=sse' } |
22 | | - - { label: 'x32', flags: '-mx32' } |
| 23 | + - { label: 'x32', flags: '-mx32' } |
23 | 24 | include: |
24 | 25 | - compiler: { label: 'clang18-libcxx', gcc: 'clang-18', gxx: 'clang++-18 -stdlib=libc++' } |
25 | 26 | march: { label: '64' } |
26 | | - |
27 | 27 | runs-on: ubuntu-latest |
28 | | - needs: [ focal-cache ] |
| 28 | + needs: [ qemux32-cache ] |
29 | 29 |
|
30 | 30 | defaults: |
31 | 31 | run: { shell: bash } |
@@ -53,14 +53,14 @@ jobs: |
53 | 53 | tty || :; id; printf %s\\n SHELL="$SHELL" PATH="$PATH" |
54 | 54 | set -x |
55 | 55 | pwd |
56 | | - ps -eH --sort pid -o pid,user:12,group:12,comm:24,rsz,vsz,thcount,bsdstart,state,tname |
| 56 | + ps -e --sort ppid,pid -o ppid,pid,user:12,group:12,comm:24,rsz:11,vsz:11,thcount,bsdstart,state,tname |
57 | 57 | - name: Host Setup |
58 | 58 | run: | |
59 | 59 | exec 2>&1 |
60 | 60 | set -x |
61 | 61 | sudo sed -i /azure/d /etc/apt/apt-mirrors.txt |
62 | 62 | sudo apt-get update |
63 | | - sudo apt-get install --no-install-recommends qemu-system-x86 cloud-image-utils |
| 63 | + sudo apt-get install --no-install-recommends qemu-system-x86 |
64 | 64 | - name: QEMU Information |
65 | 65 | run: | |
66 | 66 | exec 2>&1 |
@@ -122,7 +122,8 @@ jobs: |
122 | 122 | name: focal-${{matrix.compiler.label}}-${{matrix.march.label}} |
123 | 123 | path: build |
124 | 124 |
|
125 | | - focal-cache: |
| 125 | + qemux32-cache: |
| 126 | + |
126 | 127 | name: Prepare Guest VM |
127 | 128 | runs-on: ubuntu-latest |
128 | 129 |
|
|
0 commit comments