[fast-dds] Fix asio version to 1-18-1 (#9424)

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=53025
by fixing the asio version to the one used on Fast DDS as submodule. We
could probably revert this after
https://github.com/chriskohlhoff/asio/issues/1188 is solved.
This commit is contained in:
Miguel Company 2023-01-16 13:14:42 +01:00 committed by GitHub
parent 3a0b110383
commit 3ca66ce05f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt install -y autoconf automake pkg-config
RUN git clone --depth 1 https://github.com/leethomason/tinyxml2
RUN git clone --depth 1 https://github.com/chriskohlhoff/asio/
RUN git clone --depth 1 --branch asio-1-18-1 https://github.com/chriskohlhoff/asio/
RUN git clone --depth 1 https://github.com/eProsima/Fast-CDR.git
RUN git clone --depth 1 https://github.com/eProsima/foonathan_memory_vendor.git
RUN git clone --depth 1 https://github.com/eProsima/Fast-DDS.git