Skip to content

Commit

Permalink
tarantool: Use latest builder (#12085)
Browse files Browse the repository at this point in the history
Co-authored-by: MarcoFalke <[email protected]>
  • Loading branch information
maflcko and maflcko authored Jul 9, 2024
1 parent fd9c4ac commit 146d0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions projects/tarantool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:19782f7fe8092843368894dbc471ce9b30dd6a2813946071a36e8b05f5b1e27e
# ! This project was pinned after a clang bump. Please remove the pin, Try to fix any build warnings and errors, as well as runtime errors
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y \
build-essential cmake make coreutils sed lld \
autoconf automake libtool zlib1g-dev \
Expand Down
2 changes: 1 addition & 1 deletion projects/tarantool/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ auto_ccs:
- "[email protected]"
sanitizers:
- address
- undefined
# - undefined # Temporarily disabled until https://github.com/tarantool/tarantool/issues/10143 is fixed
architectures:
- x86_64
main_repo: "https://github.com/tarantool/tarantool"

0 comments on commit 146d0bd

Please sign in to comment.