Skip to content

Commit 249d92a

Browse files
committed
allow ubuntu 24
Signed-off-by: Javan Lacerda <javanlacerda@google.com>
1 parent 95b357c commit 249d92a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

infra/ci/check_base_os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
SUPPORTED_VERSIONS = [
2929
'legacy',
3030
# 'ubuntu-20-04',
31-
# 'ubuntu-24-04',
31+
'ubuntu-24-04',
3232
]
3333

3434
# A map from the base_os_version in project.yaml to the expected Dockerfile

projects/bios-bmc-smm-error-logger/project.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ homepage: "https://github.com/openbmc/docs/blob/master/designs/bios-bmc-smm-erro
22
language: c++
33
primary_contact: "javanlacerda@google.com"
44
auto_ccs:
5-
- pedroysb@gogole.com
5+
- pedroysb@google.com
66

77
main_repo: "https://github.com/javanlacerda/bios-bmc-smm-error-logger"
88
fuzzing_engines:
99
- libfuzzer
1010
sanitizers:
11-
11+
- address
12+
- undefined
1213

1314
os_base_version: ubuntu-24-04

0 commit comments

Comments
 (0)