The build-sequence command produces the build-sequence.json file. This file lists all the packages that were involved in the build. When using --cache-wheel-server-url, some of these packages may have been already built and are thus marked as skipped: true.
To more accurately capture what content was actually built, let's modify the collect-build-files script to exclude any packages marked as being skipped. (Conversely, we can change it so only the ones marked as NOT skipped are included.)
The
build-sequencecommand produces thebuild-sequence.jsonfile. This file lists all the packages that were involved in the build. When using--cache-wheel-server-url, some of these packages may have been already built and are thus marked asskipped: true.To more accurately capture what content was actually built, let's modify the collect-build-files script to exclude any packages marked as being skipped. (Conversely, we can change it so only the ones marked as NOT skipped are included.)