Skip to content

Commit 6e9aa8f

Browse files
committed
Update Actions for serial-fips202 test for new dir structure.
Signed-off-by: Rod Chapman <[email protected]>
1 parent ac5b499 commit 6e9aa8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/config-variations/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ runs:
129129
with:
130130
gh_token: ${{ inputs.gh_token }}
131131
compile_mode: native
132-
cflags: "-std=c11 -D_GNU_SOURCE -DMLD_CONFIG_FILE=\\\\\\\"../test/serial_fips202_config.h\\\\\\\" -fsanitize=address -fsanitize=undefined -fno-sanitize-recover=all"
132+
cflags: "-std=c11 -D_GNU_SOURCE -DMLD_CONFIG_FILE=\\\\\\\"../../test/serial_fips202_config.h\\\\\\\" -fsanitize=address -fsanitize=undefined -fno-sanitize-recover=all"
133133
ldflags: "-fsanitize=address -fsanitize=undefined -fno-sanitize-recover=all"
134134
func: true
135135
kat: true

test/serial_fips202_config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
* Name: MLD_CONFIG_FILE
104104
*
105105
* Description: If defined, this is a header that will be included instead
106-
* of this default configuration file mldsa/config.h.
106+
* of the default configuration file mldsa/src/config.h.
107107
*
108108
* When you need to build mldsa-native in multiple configurations,
109109
* using varying MLD_CONFIG_FILE can be more convenient
@@ -163,7 +163,7 @@
163163
* with mldsa-native.
164164
*
165165
* If set, it must be the name of a file serving as the
166-
* replacement for mldsa/fips202/fips202.h, and exposing
166+
* replacement for mldsa/src/fips202/fips202.h, and exposing
167167
* the same API (see FIPS202.md).
168168
*
169169
*****************************************************************************/
@@ -179,7 +179,7 @@
179179
* with mldsa-native.
180180
*
181181
* If set, it must be the name of a file serving as the
182-
* replacement for mldsa/fips202/fips202x4.h, and exposing
182+
* replacement for mldsa/src/fips202/fips202x4.h, and exposing
183183
* the same API (see FIPS202.md).
184184
*
185185
*****************************************************************************/

0 commit comments

Comments
 (0)