forked from github-such-software/hash-wallet
Remove Cake-specific CI workflows (broken on our setup) #1
Reference in New Issue
Block a user
Delete Branch "github-such-software/hash-wallet:dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
These came along with the original cake_wallet clone but reference Cake
Labs' private self-hosted runners (e.g. 'runs-on: [Linux, amd64, forlinux]'),
private docker registry tokens, and Cake-internal paths. They never run
successfully on our infrastructure and just clutter the Actions UI with
red warning triangles.
Removed:
Keeping our build-linux.yml. Lint workflows can be re-added later if we
want them, adapted for our setup.
Issue Number (if Applicable): Fixes #
Description
Please include a summary of the changes and which issue is fixed / feature is added.
Pull Request - Checklist
These came along with the original cake_wallet clone but reference Cake Labs' private self-hosted runners (e.g. 'runs-on: [Linux, amd64, forlinux]'), private docker registry tokens, and Cake-internal paths. They never run successfully on our infrastructure and just clutter the Actions UI with red warning triangles. Removed: - pr_test_build_{linux,android}.yml — Cake's own CI builds - reusable-build.yml — shared build workflow they call into - automated_integration_test.yml — heavy integration suite - are_translations_sane.yml — translation lint - no_{http_imports,print_in_dart,restricted_imports}.yaml — code lints Keeping our build-linux.yml. Lint workflows can be re-added later if we want them, adapted for our setup.