This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Missing directory dependencies on CI #893
Comments
Merged
I suggest:
We could also anticipate future slowness and separate the four |
Adding a note we talked about verbally during the project meeting: for #904, we should also preemptively introduce the CI dependency that |
This was referenced Aug 17, 2021
Merged
I think #910 resolved this one. We still might want to separate out the |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The end-to-end theorem that I'd like to sketch by the end of next week will introduce the following three dependencies which are currently not taken into account by the CI (where
<--
means "depends on"):firmware/Hmac/HmacProperties.v
<--
silveroak-opentitan/hmac/Spec/SHA256.v
investigations/cava2/Sha256Properties.v
<--
silveroak-opentitan/hmac/Spec/SHA256.v
firmware/Hmac
(similarly tofirmware/IncrementWait/IncrementWaitToCava.v
), or in a separate directory<--
investigations/cava2/
To start, I can of course just build the right subdirectories locally & manually, but it would be nice if this was also supported on CI.
The text was updated successfully, but these errors were encountered: