Commit Graph

13 Commits

Author SHA1 Message Date
Jiri Zbytovsky
9f4ca9d812 chore(suite-desktop): bump electron-builder 2026-01-28 12:54:18 +01:00
Jiri Zbytovsky
ff04dbbb86 chore(ci): organize patches desktop|native to fix yarn focus in CI 2026-01-12 15:30:44 +01:00
Matej Kriz
b07a3b8717 chore(ci): fix version of expo-cli to prevent failing builds
- Just a workaround until we found out what is the issue with the new eas-cli version.
2025-11-03 17:37:45 +01:00
Matej Kriz
ef6faf86ec ci(suite-native): use latest eas-cli
- Revert https://github.com/trezor/trezor-suite/pull/16887
- It should be already resolved
2025-05-23 11:27:36 +02:00
Tomas Martykan
eb758acea9 chore: apply latest prettier 2025-05-05 13:51:36 +02:00
Jiri Zbytovsky
38d4b7b7ee ci: exclude .md from triggering actions 2025-04-24 14:09:06 +02:00
Petr Knetl
07ae8bcfa0 fix(suite-native): REVERT ios sharp build
This reverts commit 6ebb430845.
2025-04-01 14:58:12 +02:00
Petr Knetl
6ebb430845 fix(suite-native): ios sharp build
Attempt to fix CI iOS build failing due to sharp lib build. Solution inspired by: https://github.com/lovell/sharp/issues/4253.
2025-04-01 13:03:56 +02:00
Matěj Kříž
612976fa87 Fix/apply-global-patches-after-focus-install (#17212)
* fix(suite-native): apply global patches in suite-native pipelines

- Packages are automatically patched by postinstall script only if `yarn install` is called but not in case of yarn workspaces focus.

* fix(connect): make sure that global patches are applied for Connect release

* fix(suite-web): make sure that global patches are applied for suite web release
2025-03-11 09:46:57 +01:00
Petr Knetl
1e9a125d4b fix(suite-native): develop build pipeline fix
- Apply the same eas version to develop builds as this PR did to other tracks: https://github.com/trezor/trezor-suite/pull/16887
2025-02-11 12:21:44 +01:00
Matej Kriz
acd58e6c26 chore(suite-native): simplify ENV variables
- There was a bug using `.env.production` even on develop build of Android in createBundleReleaseJsAndAssets step of gradle.
- ENV variables from `eas.json` are used for EAS builds.
- `.env.development` and `.env.test` files are used for local builds and CI E2E builds.
- Local ENV vars can be overriden by `.env.development.local` and `.env.test.local` files.
2024-09-25 11:54:27 +02:00
vdovhanych
2ed18a2ff3 chore(ci): dont run some actions on release repository 2024-06-21 13:05:07 +02:00
vdovhanych
64dcae17d2 chore(ci): rename suite-native workflows and configure new environment 2024-05-20 13:37:01 +02:00