Skip to content

Commit c745081

Browse files
authored
ci: add missing egl dep to sanitized ci (#26712)
1 parent 6a6a729 commit c745081

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/sanitized_ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
.github/workflows/disable_azure_mirror.sh
102102
./v retry -- sudo apt update
103103
./v retry -- sudo apt install --quiet -y postgresql libpq-dev libssl-dev sqlite3 libsqlite3-dev valgrind
104-
./v retry -- sudo apt install --quiet -y libfreetype6-dev libxi-dev libxcursor-dev libgl-dev libxrandr-dev libasound2-dev
104+
./v retry -- sudo apt install --quiet -y libfreetype6-dev libxi-dev libxcursor-dev libgl-dev libxrandr-dev libasound2-dev libegl-dev
105105
./v retry -- sudo apt install clang
106106
- name: Recompile V with -cstrict
107107
run: ./v -cg -cstrict -o v cmd/v
@@ -136,7 +136,7 @@ jobs:
136136
.github/workflows/disable_azure_mirror.sh
137137
./v retry -- sudo apt update
138138
./v retry -- sudo apt install --quiet -y postgresql libpq-dev libssl-dev sqlite3 libsqlite3-dev valgrind
139-
./v retry -- sudo apt install --quiet -y libfreetype6-dev libxi-dev libxcursor-dev libgl-dev libxrandr-dev libasound2-dev
139+
./v retry -- sudo apt install --quiet -y libfreetype6-dev libxi-dev libxcursor-dev libgl-dev libxrandr-dev libasound2-dev libegl-dev
140140
- name: Recompile V with -cstrict
141141
run: ./v -cg -cstrict -o v cmd/v
142142
- name: Self tests (-fsanitize=undefined)
@@ -171,7 +171,7 @@ jobs:
171171
.github/workflows/disable_azure_mirror.sh
172172
./v retry -- sudo apt update
173173
./v retry -- sudo apt install --quiet -y postgresql libpq-dev libssl-dev sqlite3 libsqlite3-dev valgrind
174-
./v retry -- sudo apt install --quiet -y libfreetype6-dev libxi-dev libxcursor-dev libgl-dev libxrandr-dev libasound2-dev
174+
./v retry -- sudo apt install --quiet -y libfreetype6-dev libxi-dev libxcursor-dev libgl-dev libxrandr-dev libasound2-dev libegl-dev
175175
./v retry -- sudo apt install clang
176176
- name: Recompile V with -cstrict
177177
run: ./v -cg -cstrict -o v cmd/v
@@ -238,7 +238,7 @@ jobs:
238238
.github/workflows/disable_azure_mirror.sh
239239
./v retry -- sudo apt update
240240
./v retry -- sudo apt install --quiet -y postgresql libpq-dev libssl-dev sqlite3 libsqlite3-dev valgrind
241-
./v retry -- sudo apt install --quiet -y libfreetype6-dev libxi-dev libxcursor-dev libgl-dev libxrandr-dev libasound2-dev
241+
./v retry -- sudo apt install --quiet -y libfreetype6-dev libxi-dev libxcursor-dev libgl-dev libxrandr-dev libasound2-dev libegl-dev
242242
./v retry -- sudo apt install clang
243243
- name: Recompile V with -cstrict
244244
run: ./v -cg -cstrict -o v cmd/v
@@ -274,7 +274,7 @@ jobs:
274274
.github/workflows/disable_azure_mirror.sh
275275
./v retry -- sudo apt update
276276
./v retry -- sudo apt install --quiet -y postgresql libpq-dev libssl-dev sqlite3 libsqlite3-dev valgrind
277-
./v retry -- sudo apt install --quiet -y libfreetype6-dev libxi-dev libxcursor-dev libgl-dev libxrandr-dev libasound2-dev
277+
./v retry -- sudo apt install --quiet -y libfreetype6-dev libxi-dev libxcursor-dev libgl-dev libxrandr-dev libasound2-dev libegl-dev
278278
./v retry -- sudo apt install clang
279279
- name: Recompile V with clang and -cstrict
280280
run: ./v -cc clang -cg -cstrict -o v cmd/v
@@ -311,7 +311,7 @@ jobs:
311311
.github/workflows/disable_azure_mirror.sh
312312
./v retry -- sudo apt update
313313
./v retry -- sudo apt install --quiet -y postgresql libpq-dev libssl-dev sqlite3 libsqlite3-dev valgrind
314-
./v retry -- sudo apt install --quiet -y libfreetype6-dev libxi-dev libxcursor-dev libgl-dev libxrandr-dev libasound2-dev
314+
./v retry -- sudo apt install --quiet -y libfreetype6-dev libxi-dev libxcursor-dev libgl-dev libxrandr-dev libasound2-dev libegl-dev
315315
./v retry -- sudo apt install clang
316316
- name: Recompile V with -cstrict
317317
run: ./v -cg -cstrict -o v cmd/v

0 commit comments

Comments
 (0)