rmohr / bazeldnf

Build multi-arch base containers based on RPM with bazel.
Apache License 2.0
30 stars 18 forks source link

Deterministic URL sorting #34

Closed leoluk closed 1 year ago

leoluk commented 1 year ago

This keeps output stable when regenerating WORKSPACE from scratch.

Our workflow always starts from scratch, this guarantees deterministic output: https://github.com/monogon-dev/monogon/blob/main/third_party/sandboxroot/regenerate.sh

Fixes https://github.com/rmohr/bazeldnf/issues/27