Skip to content

Commit

Permalink
Fix embuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
aheejin committed Jan 17, 2025
1 parent da245f9 commit dbbc816
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions embuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# Minimal subset of targets used by CI systems to build enough to be useful
MINIMAL_TASKS = [
'libcompiler_rt-emsjlj',
'libcompiler_rt'
'libcompiler_rt-legacysjlj',
'libcompiler_rt-ww',
'libc',
Expand All @@ -39,10 +39,10 @@
'libc_optz',
'libc_optz-debug',
'libc++abi',
'libc++abi-except',
'libc++abi-legacyexcept',
'libc++abi-noexcept',
'libc++abi-debug',
'libc++abi-debug-except',
'libc++abi-debug-legacyexcept',
'libc++abi-debug-noexcept',
'libc++abi-debug-ww-noexcept',
'libc++',
Expand Down

0 comments on commit dbbc816

Please sign in to comment.