Skip to content

Commit da71c6d

Browse files
committed
Random backup
1 parent 765be05 commit da71c6d

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/qemux32.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ on:
77

88
jobs:
99

10-
focal-build:
10+
qemux32-build:
11+
1112
name: Build with ${{matrix.compiler.label}}/${{matrix.march.label}}
1213
strategy:
1314
fail-fast: FALSE
1415
matrix:
1516
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' }
1819
- { label: 'clang18', gcc: 'clang-18', gxx: 'clang++-18' }
1920
march:
20-
- { label: '64' }
21+
- { label: '64' }
2122
- { label: '32', flags: '-m32 -msse2 -mfpmath=sse' }
22-
- { label: 'x32', flags: '-mx32' }
23+
- { label: 'x32', flags: '-mx32' }
2324
include:
2425
- compiler: { label: 'clang18-libcxx', gcc: 'clang-18', gxx: 'clang++-18 -stdlib=libc++' }
2526
march: { label: '64' }
26-
2727
runs-on: ubuntu-latest
28-
needs: [ focal-cache ]
28+
needs: [ qemux32-cache ]
2929

3030
defaults:
3131
run: { shell: bash }
@@ -53,14 +53,14 @@ jobs:
5353
tty || :; id; printf %s\\n SHELL="$SHELL" PATH="$PATH"
5454
set -x
5555
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
5757
- name: Host Setup
5858
run: |
5959
exec 2>&1
6060
set -x
6161
sudo sed -i /azure/d /etc/apt/apt-mirrors.txt
6262
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
6464
- name: QEMU Information
6565
run: |
6666
exec 2>&1
@@ -122,7 +122,8 @@ jobs:
122122
name: focal-${{matrix.compiler.label}}-${{matrix.march.label}}
123123
path: build
124124

125-
focal-cache:
125+
qemux32-cache:
126+
126127
name: Prepare Guest VM
127128
runs-on: ubuntu-latest
128129

0 commit comments

Comments
 (0)