mit-plv/fiat-crypto

CI C tests fail

JasonGross opened this issue · 0 comments

Since https://boringssl.googlesource.com/boringssl/+/aa31748bc84f0cd499e4b0337bf929b132aab1cc, our C tests fail with cp: cannot stat '/home/runner/work/fiat-crypto/fiat-crypto/fiat-c/src/curve25519_64_msvc.c': No such file or directory

Should we adjust

( cd third_party/fiat && for i in *.h; do cp "${SUBCOMPONENT_PATH}/${i/.h/.c}" "$i" || exit $?; done ) || exit $?
to exclude these files?

Should we fix #1560?