From 9323d0fd97d78951a6a2512d51f420deb14cd5e4 Mon Sep 17 00:00:00 2001 From: "larry.espenshade" Date: Wed, 30 Mar 2022 09:45:08 -0400 Subject: [PATCH] bump flatcc to fix issue building flatcc runtime on GCC 11 --- common/common.docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.docker b/common/common.docker index 48f5d40..9edbbc6 100644 --- a/common/common.docker +++ b/common/common.docker @@ -2,7 +2,7 @@ WORKDIR /usr/src ARG GIT_VERSION=2.32.0 ARG CMAKE_VERSION=3.21.1 -ARG FLATCC_VERSION=07ae7dca8118f9ab6d900a7d4797881cab708ba6 +ARG FLATCC_VERSION=d90ed18ad09824297ffd5fbc578ccb1666d13890 # Image build scripts COPY \