File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,6 @@ jobs:
119
119
- name : Setup meson
120
120
run : |
121
121
pipx install meson ninja
122
- - name : Setup sanitizers
123
- if : ${{ matrix.platform == 'ubuntu-22.04' }}
124
- run : |
125
- sudo apt update && sudo apt install libasan8 libubsan1 -y
126
122
- name : Checkout
127
123
uses : actions/checkout@v4
128
124
- name : Activate MSVC and Configure
@@ -134,7 +130,7 @@ jobs:
134
130
if : ${{ matrix.platform != 'windows-2022' }}
135
131
env : ${{ matrix.mode.extra_envs }}
136
132
run : |
137
- meson setup build-${{ matrix.flavor }} --buildtype=${{ matrix.flavor }} ${{ matrix.mode.args }}
133
+ meson setup build-${{ matrix.flavor }} --buildtype=${{ matrix.flavor }} -Db_lundef=false ${{ matrix.mode.args }}
138
134
- name : Building
139
135
run : |
140
136
meson compile -C build-${{ matrix.flavor }}
You can’t perform that action at this time.
0 commit comments