Skip to content

Commit 880c274

Browse files
or that
1 parent 42bf0dd commit 880c274

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

builder/core/data.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -575,9 +575,8 @@ class PKG_TOOLS(Enum):
575575
'default': {
576576
'!c': "gcc",
577577
'!cxx': "g++",
578-
'!compiler_packages': ['gcc', 'g++'],
579-
580-
'!apt_compiler_packages': ['gcc', 'g++', 'libstdc++-dev'],
578+
'!compiler_packages': [],
579+
'!apt_compiler_packages': [],
581580
},
582581
'4.8': {
583582
# ASan has been broken on 4.8 GCC version distributed on Ubuntu

0 commit comments

Comments
 (0)