diff options
| author | J08nY | 2023-10-05 17:29:27 +0200 |
|---|---|---|
| committer | J08nY | 2023-10-05 17:29:27 +0200 |
| commit | 61c3c582269517c397a5d5d81122734b7ef9c7c7 (patch) | |
| tree | e5e02e7481c9c3f3b243a32a363d173c9276c0bd /.github/workflows | |
| parent | 5752f4da62f638d2e8a713f1ac03eab2d4bc3147 (diff) | |
| download | pyecsca-codegen-61c3c582269517c397a5d5d81122734b7ef9c7c7.tar.gz pyecsca-codegen-61c3c582269517c397a5d5d81122734b7ef9c7c7.tar.zst pyecsca-codegen-61c3c582269517c397a5d5d81122734b7ef9c7c7.zip | |
Build failing config with debug.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa6d6c3..7d77cdc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: pip install -e ".[test, dev]" - name: Build test config run: | - builder build --platform HOST --red BARRETT --no-remove -v shortw projective add-1998-cmo dbl-1998-cmo "sliding(width=3,recoding_direction=ProcessingDirection.RTL)" . + env DEBUG=1 OPT=0 builder build --platform HOST --red BARRETT --no-remove -v shortw projective add-1998-cmo dbl-1998-cmo "sliding(width=3,recoding_direction=ProcessingDirection.RTL)" . echo -e "c7010fffffffdffffffffffffffffffffffff6e10fffffffe0000000075a30d1b9038a1156801016110fffffffdfffffffffffffffffffffffc6210e87579c11079f43dd824993c2cee5ed3e7247810161ff7528b899b2d0c28607ca52c5b867910cf5ac8395bafeb13c02da292dded7a83e9036e0101\ng\nx\n" | valgrind --track-origins=yes --leak-check=full ./pyecsca-codegen-HOST.elf - name: Test run: | |
