File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -125,14 +125,14 @@ jobs:
125
125
126
126
- name : Diff Extraction C++
127
127
run : |
128
- libcrux-ml-kem/extracts/headers_kill_revs.sh libcrux-ml-kem/cg
129
- libcrux-ml-kem/extracts/headers_kill_revs.sh ~/mlkem-cpp-extraction
128
+ libcrux-ml-kem/extracts/common/ headers_kill_revs.sh libcrux-ml-kem/extracts/cpp
129
+ libcrux-ml-kem/extracts/common/ headers_kill_revs.sh ~/mlkem-cpp-extraction
130
130
diff -r libcrux-ml-kem/extracts/cpp/out ~/mlkem-cpp-extraction
131
131
132
132
- name : Diff Extraction C
133
133
run : |
134
- libcrux-ml-kem/extracts/headers_kill_revs.sh libcrux-ml-kem/c
135
- libcrux-ml-kem/extracts/headers_kill_revs.sh ~/mlkem-c-extraction
134
+ libcrux-ml-kem/extracts/common/ headers_kill_revs.sh libcrux-ml-kem/extracts /c
135
+ libcrux-ml-kem/extracts/common/ headers_kill_revs.sh ~/mlkem-c-extraction
136
136
diff -r libcrux-ml-kem/extracts/c/out ~/mlkem-c-extraction
137
137
138
138
build-c :
Original file line number Diff line number Diff line change
1
+ ../../cpp/out/mlkem.cmake
File renamed without changes.
Original file line number Diff line number Diff line change 7
7
#
8
8
# Run this from the repository root.
9
9
10
- grep -rl -e " This code was generated with the following revisions:" " $1 " | xargs -d ' \n' sed -i -f libcrux-ml-kem/header_kill_revs.sed
10
+ grep -rl -e " This code was generated with the following revisions:" " $1 " | xargs -d ' \n' sed -i -f libcrux-ml-kem/extracts/common/ header_kill_revs.sed
11
11
rm -f " $1 /code_gen.txt"
12
12
rm -f " $1 /header.txt"
You can’t perform that action at this time.
0 commit comments