Skip to content

Commit 0b4a3a9

Browse files
committed
OQS CI: Fix slowness of valgrind tests (constant-time and memory leak)
This fixes the OQS CI slowness (it used to take 2.5 hours in CI) by rebasing on top of the OQS main branch. The problems have been fixed in open-quantum-safe/liboqs#2285 Signed-off-by: Matthias J. Kannwischer <[email protected]>
1 parent d7addba commit 0b4a3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-liboqs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: ./.github/actions/setup-oqs
4343
with:
4444
# TODO: change to upstream once mldsa-native got merged
45-
commit: 'db1a390218d4d069589116e378c330c505b02ce3'
45+
commit: 'e66470560d396ce32ec8ab0f2c953a7624fd70a8'
4646
repository: 'mkannwischer/liboqs'
4747
- name: Apply patch
4848
run: |

0 commit comments

Comments
 (0)