From f4b9a0f21f31f917694933b860032450ee2f83a0 Mon Sep 17 00:00:00 2001 From: Snafkin547 <62607343+Snafkin547@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:53:45 -0400 Subject: [PATCH] Mvp (#3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * comments added and mvp created * nlohmann added * nlohmann added * index shown * importInput created * Moving the share making to frontend * We dont need to怀move the share making to frontend * Experimenting Dual com * RES TAG deleted * Removed unnecessary comments * Dual communication worked * dual specific file removed due to duplicacy * Join table created (with hacky index) * Join table created (with hacky index) * Any # of match works (# of cols is limited to 2 for now) * Split the input * Split the input * Produce output * modified var name for send/receive indexes * More than 1 vals dynamically accomodated * Cmke modified so it works * Docker File Created * Cmakelist slim down * docker file modified * docker file modified * docker file modified * docker file modified * gitignore restored * github action added * github action revised --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3b65d84..9d60c31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,9 +29,7 @@ RUN mkdir -p /root/.ssh && ssh-keygen -t rsa -b 2048 -f /root/.ssh/id_rsa -q -N WORKDIR /usr/src/app # Clone the main Secrecy repository -RUN git clone https://github.com/Snafkin547/Secrecy.git && \ -cd Secrecy && \ -git checkout bdbaf17e72f05bebaeab6a27506d82a03c4e59ec +RUN git clone https://github.com/multiparty/Secrecy.git # Create include/external-lib directory and clone the sql-parser repository inside it RUN mkdir -p Secrecy/include/external-lib \