File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,17 @@ jobs:
27
27
submodules : recursive
28
28
29
29
# Runs a set of commands using the runners shell
30
- - name : build boost
31
- run : python3 build.py --setup --boost --par=4
30
+ # - name: build boost
31
+ # run: python3 build.py --setup --boost --par=4
32
32
33
- - name : build relic
34
- run : python3 build.py --setup --relic --par=4
33
+ # - name: build relic
34
+ # run: python3 build.py --setup --relic --par=4
35
35
36
- - name : build sodium
37
- run : python3 build.py --setup --sodium --par=4
36
+ # - name: build sodium
37
+ # run: python3 build.py --setup --sodium --par=4
38
38
39
39
- name : build cryptoTools
40
- run : python3 build.py --par=4 -DENABLE_RELIC=ON -D ENABLE_SODIUM=ON -DENABLE_CIRCUITS=ON
40
+ run : python3 build.py --par=4 # -DENABLE_RELIC=ON -D ENABLE_SODIUM=ON -DENABLE_CIRCUITS=ON
41
41
42
42
- name : unit tests
43
43
run : ./out/build/linux/frontend_cryptoTools/frontend_cryptoTools -u
You can’t perform that action at this time.
0 commit comments