Commit 8a7f41ce by Marcus Shawcroft Committed by Tianqi Chen

[DOCKER] Pin flatbuffers checkout to the last release tag (#2823). (#2879)

parent 46f0b67c
......@@ -5,7 +5,7 @@ set -u
set -o pipefail
# Download, build and install flatbuffers
git clone --depth=1 --recursive https://github.com/google/flatbuffers.git
git clone --branch=v1.10.0 --depth=1 --recursive https://github.com/google/flatbuffers.git
cd flatbuffers
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
make install -j8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment