Skip to content

Commit c2d65f2

Browse files
committed
Explain that git checkout may fail if OQS makes progress on pull request
open-quantum-safe/liboqs#2277
1 parent 825a108 commit c2d65f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ ENV liboqs_DIR="$OPENSSL_ROOT_DIR"
4747

4848
# Build liboqs and install in /app/liboqs-bin
4949

50+
# XXX the checkout below will fail if progress is made on
51+
# XXX https://github.com/open-quantum-safe/liboqs/pull/2277
5052
RUN cd liboqs && git checkout 9686ba3704757f8fdcc191c754d34c79ad95f5cf # sqisign
5153
RUN cmake -S liboqs -B liboqs/build -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=$liboqs_DIR
5254
RUN cmake --build liboqs/build --parallel $(nproc)

0 commit comments

Comments
 (0)