Skip to content

Commit

Permalink
Mvp (#3)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Snafkin547 authored Aug 7, 2024
1 parent 93f3846 commit f4b9a0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f4b9a0f

Please sign in to comment.