Skip to content

Commit aa9dc40

Browse files
Merge branch 'google:master' into gemini-cli-fixes
2 parents 4fcf039 + 46b2d77 commit aa9dc40

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

infra/experimental/chronos/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ def main():
619619
check_test(project, args.sanitizer, args.container_output,
620620
args.run_full_cache_replay)
621621
if args.command == 'check-replay-script':
622-
check_cached_replay(args.project, args.sanitizer, args.container_output)
622+
check_cached_replay(args.project, args.sanitizer)
623623
if args.command == 'build-cached-image':
624624
build_cached_project(args.project,
625625
sanitizer=args.sanitizer,

projects/rtpproxy/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@
1515
#
1616
################################################################################
1717

18+
# TODO(David): move this patch upstream
19+
if [ -f /usr/local/bin/clang-21 ]; then
20+
echo "Adjusting clang version"
21+
sed -i 's/CLANG_VER=18/CLANG_VER=21/g' ./scripts/fuzz/oss-fuzz-build.sh
22+
fi
1823
bash -x ./scripts/fuzz/oss-fuzz-build.sh

0 commit comments

Comments
 (0)