From 35776cfb2ba6290fb5ddff61f07f3a22f7477338 Mon Sep 17 00:00:00 2001 From: Wojciech Sekta Date: Wed, 10 Jan 2024 12:22:57 +0100 Subject: [PATCH] fix g++ gha build --- Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index d2280ed..6a034b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,12 +4,7 @@ RUN apt -y update RUN apt -y upgrade RUN apt install -y cmake ninja-build g++-13 libstdc++-13-dev sqlite3 libsqlite3-dev -COPY include/ orm-cxx/include/ -COPY src/ orm-cxx/src/ -COPY tests/ orm-cxx/tests/ -COPY externals/ orm-cxx/externals/ -COPY CMakeLists.txt orm-cxx/CMakeLists.txt -COPY scripts/ orm-cxx/scripts/ +COPY . orm-cxx/ ENV SOCI_BACKENDS_PATH=/orm-cxx/build-linux-gxx/lib