Files
node/.github
Michaël Zasso 3a5b5428c6 build: disable test-asan workflow
It is running on ubuntu-20.04, which will inevitably be removed from
GitHub actions at some point. Attempts to upgrade it to ubuntu-22.04
and ubuntu-24.04 have failed.

It is now blocking V8 updates because of errors that happen only with
the `test-asan` job.

Refs: https://github.com/nodejs/node/pull/52374
Refs: https://github.com/nodejs/node/pull/53651#issuecomment-2198510810
PR-URL: https://github.com/nodejs/node/pull/53844
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2024-07-16 13:29:10 +00:00
..