Summary:
In "Force qemux86 builds unconditionally", I didn't realize that I needed to source the build environment script (effectively initializing the build directory), because the next script download-sstate-cache depends on this build directory being setup.
I accidentally added a short-circuiting exit that skipped initializing the build directory.
This is also because I didn't properly test the previous diff!
Test Plan:
Now that I'm actually submitting through Github, I'll make sure that CircleCI passes.
Summary: In "Force qemux86 builds unconditionally", I didn't realize that I needed to source the build environment script (effectively initializing the build directory), because the next script
download-sstate-cache
depends on this build directory being setup.I accidentally added a short-circuiting exit that skipped initializing the build directory.
This is also because I didn't properly test the previous diff!
Test Plan: Now that I'm actually submitting through Github, I'll make sure that CircleCI passes.