Skip to content

Commit

Permalink
Unpin rust-lexical image version. (#12564)
Browse files Browse the repository at this point in the history
This unpins the image for `rust-lexical`, due to patches in the fuzz
targets Cargo.toml to remove LTO from the release profile.

Related to:
- Alexhuszagh/rust-lexical/issues/164
- Alexhuszagh/rust-lexical/issues/166
- #12365
  • Loading branch information
Alexhuszagh authored Oct 7, 2024
1 parent bb88821 commit 1c372d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions projects/rust-lexical/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
# limitations under the License.
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-rust@sha256:b9a45fecf0d9be6559fca019e90577632242be120ee2d97cec5c2045c1440710
# ! 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
# /usr/bin/ld: /src/rust-lexical/fuzz/target/x86_64-unknown-linux-gnu/release/deps/parse_integer_u16-53e4bc89ab30e724.parse_integer_u16.9056e4c0a19617b4-cgu.0.rcgu.o: in function `asan.module_dtor.204':
# parse_integer_u16.9056e4c0a19617b4-cgu.0:(.text.asan.module_dtor.204[asan.module_dtor]+0x6): undefined reference to `__sancov_gen_.998'

FROM gcr.io/oss-fuzz-base/base-builder-rust
RUN git clone --depth 1 https://github.com/Alexhuszagh/rust-lexical
COPY build.sh $SRC/

0 comments on commit 1c372d3

Please sign in to comment.