Skip to content

Commit e9bb3ee

Browse files
authored
Merge branch 'main' into fips
2 parents d52a45f + decf7aa commit e9bb3ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

builder/core/data.py

+4
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ class PKG_TOOLS(Enum):
274274
'sudo': True,
275275

276276
'pkg_tool': PKG_TOOLS.PKG,
277+
'packages': [
278+
'cmake',
279+
'git',
280+
],
277281
'pkg_update': 'pkg update',
278282
'pkg_install': 'pkg install -y'
279283
},

0 commit comments

Comments
 (0)