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 12d0bb9 commit dc92ac3Copy full SHA for dc92ac3
.github/workflows/test-build-lms.yml
@@ -34,17 +34,6 @@ jobs:
34
run: |
35
sudo apt-get install -y gcc-arm-none-eabi gcc-aarch64-linux-gnu gcc-powerpc-linux-gnu gnu-efi
36
37
- - name: Create lib hash-sigs
38
- run: |
39
- mkdir -p lib/hash-sigs/lib
40
-
41
- - name: Clone hash-sigs repository
42
43
- git clone https://github.com/cisco/hash-sigs.git lib/hash-sigs/src && \
44
- cd lib/hash-sigs/src && git checkout b0631b8891295bf2929e68761205337b7c031726 && \
45
- git apply ../../../tools/lms/0001-Patch-to-support-wolfBoot-LMS-build.patch && \
46
- cd ../../..
47
48
- name: make clean
49
50
make distclean
0 commit comments