mirror of https://github.com/google/oss-fuzz.git
[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:
parent
3a0b110383
commit
3ca66ce05f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue