You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently not running optimize.sh in CI, which means we won't catch if changes are made to the code and/or SLOTHY that render both incompatible. Apparently, this has already happened: optimize.sh does not work on the current code.
CI contains composable action to setup SLOTHY.
optimize.sh has a 'dry run' option, similar to example.py in the SLOTHY repository.
CI runs optimize.sh in dry-run, and builds + tests the mlkem-native afterwards.
The text was updated successfully, but these errors were encountered:
We are currently not running
optimize.sh
in CI, which means we won't catch if changes are made to the code and/or SLOTHY that render both incompatible. Apparently, this has already happened:optimize.sh
does not work on the current code.optimize.sh
has a 'dry run' option, similar toexample.py
in the SLOTHY repository.optimize.sh
in dry-run, and builds + tests the mlkem-native afterwards.The text was updated successfully, but these errors were encountered: