Skip to content
Snippets Groups Projects
Commit e42141dc authored by Mayank Rathee's avatar Mayank Rathee
Browse files

EzPC code now compiles in Docker

parent 79f0777d
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ then ...@@ -43,7 +43,7 @@ then
echo "================================================================" echo "================================================================"
echo "Compiling docker binary ops example to ABY" echo "Compiling docker binary ops example to ABY"
echo "================================================================" echo "================================================================"
../ezpc docker_bin_example.ezpc ../ezpc.sh docker_bin_example.ezpc
echo "================================================================" echo "================================================================"
echo "Copying generated files to latest ABY examples directory" echo "Copying generated files to latest ABY examples directory"
...@@ -53,7 +53,7 @@ else ...@@ -53,7 +53,7 @@ else
echo "================================================================" echo "================================================================"
echo "Compiling docker arithmetic ops example to ABY" echo "Compiling docker arithmetic ops example to ABY"
echo "================================================================" echo "================================================================"
../ezpc docker_arith_example.ezpc ../ezpc.sh docker_arith_example.ezpc
echo "================================================================" echo "================================================================"
echo "Copying generated files to latest ABY examples directory" echo "Copying generated files to latest ABY examples directory"
......
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment