File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -22,25 +22,15 @@ jobs:
2222 - name : Install build dependencies
2323 run : |
2424 sudo apt update
25-
26- sudo apt install astyle cmake gcc ninja-build libssl-dev python3-pytest python3-pytest-xdist unzip xsltproc doxygen graphviz python3-yaml valgrind
27-
28- - name : Download and build liboqs
29- run : |
30- git clone --depth=1 https://github.com/open-quantum-safe/liboqs
31- cmake -S liboqs -B liboqs/build -DBUILD_SHARED_LIBS=ON
32- cmake --build liboqs/build --parallel 8
33- cmake --build liboqs/build --target install
34-
35- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
25+ sudo apt install astyle cmake gcc ninja-build build-essential libssl-dev python3-pytest python3-pytest-xdist unzip xsltproc doxygen graphviz python3-yaml
3626
3727 - name : Download and build and liboqs-python
3828 run : |
3929 git clone --depth=1 https://github.com/open-quantum-safe/liboqs-python
4030 cd liboqs-python
4131 pip install .
4232 cd ..
43- rm -rf liboqs*
33+ rm -rf liboqspython
4434 - name : Install Python dependencies
4535 run : |
4636 pip install -r requirements.txt
You can’t perform that action at this time.
0 commit comments