File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 72
72
with :
73
73
submodules : true
74
74
75
- # ASLR with big PIE slides does not work well with [AM]San
76
- - name : disable ASLR
77
- if : ${{ matrix.config.os == 'ubuntu-latest' && (matrix.config.configType == 'asan+ubsan' || matrix.config.configType == 'msan')}}
78
- run : |
79
- sudo sysctl -w kernel.randomize_va_space=0
80
-
81
75
- name : install TCC
82
76
if : ${{ matrix.config.configType == 'tcc' }}
83
77
run : |
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
linux :
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-22 .04
12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
99
99
path : build/*-windows-${{matrix.arch}}.exe
100
100
101
101
wasi :
102
- runs-on : ubuntu-20 .04
102
+ runs-on : ubuntu-22 .04
103
103
steps :
104
104
- uses : actions/checkout@v4
105
105
- name : setup wasi-sdk
@@ -119,7 +119,7 @@ jobs:
119
119
120
120
upload-to-release :
121
121
needs : [linux, macos, windows, wasi]
122
- runs-on : ubuntu-20 .04
122
+ runs-on : ubuntu-22 .04
123
123
steps :
124
124
- name : get assets
125
125
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments