| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
The intention with this change is primarily to
improve our PR workflow so that some specific
files trigger the reproducible workflow.
It's not possible to trigger workflows on either
PR `branches` OR `paths`, so as a workaround for
this limitation we now also trigger on release
note changes.
|
|
|
|
This commit adds a job that runs a nix devshell build
as part of the reproducible workflow, however at this
point it will NOT check for reproducibility but rather
just print the checksum of the build. This is because
there are some remaining reproducibility issues that
need to be addressed.
|
|
Improves readability and changes to a more generic approach
of handling multiple artifacts, which allows for extending
the range of artifacts we compare.
|
|
|
|
|
|
|
|
|
|
This added check is intended to catch unwanted
permissions changes introduced by dependencies.
It was added to the reproducible/F-Droid workflow
since that's the only place where we build release
artifacts at the time of adding this job. However,
it should be moved to a more suitable place once
we expand and refactor our CI setup.
|
|
|
|
- Fetch tags so that release builds get the correct version
- Reduce logs for fdroid server builds
- Add support for using a specific commit instead of always using latest
|
|
Co-Authored-By: Albin <albin@mullvad.net>
|