-
Notifications
You must be signed in to change notification settings - Fork 137
Description
We need to decide on some changes to the binary scanner as part of the work being done in #4088:
-
Move binary-scanner outside of arcade-services: The binary scanner is currently part of the arcade-services repository. Since we're now allowing binaries in the VMR, it would likely serve better as a smoke test for source-build only. See Remove binary cloaks from the VMR's main branch #4087 (comment).
-
Run binary-scanner separate from scanning: Currently, the binary-scanner runs as part of the tag-and-scan pipeline stage. As part of Provide a script to remove all checked binaries from your local environment #4089, binaries are removed from the VMR when source-building as part of ./prep.sh which runs after tag-and-scan. Thus, binary scanning will have to take place after ./prep.sh when source-building.
cc @MichaelSimons @premun @dkurepa @dotnet/source-build-internal
Metadata
Metadata
Assignees
Labels
Type
Projects
Status