* Improve caching of hak native modules
* Avoid double-hashing
* Skip native installs where cache is hit
* Include Electron version in the hash, it affects the ABI
* Add missing step IDs
* Add comments
* Switch fetch-package to use Github instead of Buildkite
* Tweak build to version match better
* Fix version match fetching
* Remove check for `BUILDKITE_API_KEY` as it is no longer required
* Fix develop fetching
* First attempt at automated Playwright tests
* Fix deb installation in CI
* Try again with .deb
* Try xvfb
* Fix paths
* Prepare macOS runner for UI tests
* test_artifacts
* Increase test timeout to 30s
* Add timeout
* Split out build & test stages for easier retrying
* Use a single test matrix job
* Fix testing
* Yarn install
* Install deps
* Make prep more generic
* Update build.yaml
* Update build.yaml
* Update build.yaml
* Add a basic PR checklist for all PRs
It'll be mildly annoying for core developers who have to constantly remove or edit this, but it'll also serve as a good reminder to do these things.
Note that signoff is not required for core developers.
* Update .github/PULL_REQUEST_TEMPLATE.md
* Update package.json
* Update package.json
* Run `yarn fetch` so the artifacts are valid
* Run `yarn fetch` so the artifacts are valid v2
* Update build.yaml
* Revert back to using libsqlcipher0 for Debian & Ubuntu packages of Element Desktop
Add option to static link for linux instead of forcing it
* Fix linux variants and add CI job
* Fix workflow syntax and add concurrency
* public all the things
* Improve hak & build ia32 again by default
* Test both x86_64 and i686 in CI
* Improve macOS job name
* Try other things
* Iterating this is no fun
* Attempt again
* pwsh is the default, use cmd
* Update the incantation for 2022
* Avoid warning multiple times
* Consolidate build tool setup
* Move default targets to electron-builder and fix warnings