bfudrop.sh:190/191 makes the assumption that BFU archives live at $CODEMGR_WS/archives. onnv-gate builds with CPIODIR set to drop BFU archives in an alternate location, resulting in a nightly -O build with the following failure:
==== cpio archives build errors (DEBUG open-only) ====
bfudrop: can't find archives/i386/nightly-osol.
Couldn't create DEBUG archives tarball.
==== cpio archives build errors (DEBUG open-only) ====
bfudrop: can't find archives/i386/nightly-osol-nd.
Couldn't create non-DEBUG archives tarball.
CPIODIR is readjusted earlier on in bfudrop.sh:141 to be the correct path based on the dirname($CPIODIR) set in the .env file + the build-id passed in.
We should probably use this instead of hardcoding "archives/${MACH}/$build"