We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825a108 commit c2d65f2Copy full SHA for c2d65f2
Dockerfile
@@ -47,6 +47,8 @@ ENV liboqs_DIR="$OPENSSL_ROOT_DIR"
47
48
# Build liboqs and install in /app/liboqs-bin
49
50
+# XXX the checkout below will fail if progress is made on
51
+# XXX https://github.com/open-quantum-safe/liboqs/pull/2277
52
RUN cd liboqs && git checkout 9686ba3704757f8fdcc191c754d34c79ad95f5cf # sqisign
53
RUN cmake -S liboqs -B liboqs/build -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=$liboqs_DIR
54
RUN cmake --build liboqs/build --parallel $(nproc)
0 commit comments