Skip to content

Commit

Permalink
or that
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Jan 23, 2025
1 parent 42bf0dd commit 880c274
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions builder/core/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,9 +575,8 @@ class PKG_TOOLS(Enum):
'default': {
'!c': "gcc",
'!cxx': "g++",
'!compiler_packages': ['gcc', 'g++'],

'!apt_compiler_packages': ['gcc', 'g++', 'libstdc++-dev'],
'!compiler_packages': [],
'!apt_compiler_packages': [],
},
'4.8': {
# ASan has been broken on 4.8 GCC version distributed on Ubuntu
Expand Down

0 comments on commit 880c274

Please sign in to comment.