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
Retest showed scip PASS but or-tools still failed at a *deeper* instance of
the same gap: the OR-Tools tarball download failed, so /usr/local/include/
ortools was never created and the runtime COPY of it hard-failed the whole
image. Apply the tamarin/scip deterministic-export pattern: installer
assembles /opt/or-tools-export/{lib,include/ortools} (real or just .keep);
runtime does directory COPYs that never fail on an empty glob.
Refs #53.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments