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
UCO Issue 393 added a test that assumed a file's existence during the
UCO CI. That file is the UCO monolithic build, a purposefully Git-
ignored build artifact.
`case-utils` currently repurposes the UCO `pytest` script to ensure
UCO's tests also pass when substituting the monolithic build of CASE.
With Issue 393, the file reference to the UCO monolithic build needs to
be handled downstream in `case-utils`. This patch adds that file by
making a copy as a Git-ignored file. (A soft link could cause potential
confusion due to management of the modification timestamp on the
monolithic build file.)
References:
* ucoProject/UCO#393
* [ONT-295] Release CASE 1.0.0
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
0 commit comments