Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build the Nix flake in CI | Steve Purcell | 2023-03-21 | 1 | -0/+22 |
| | |||||
* | Rerun failed tests with output | Alexis Hildebrandt | 2023-02-01 | 1 | -1/+1 |
| | | | | for debugging | ||||
* | Update checkout action to Node.js 16 | Alexis Hildebrandt | 2023-02-01 | 1 | -1/+1 |
| | | | | | | | | | | | as suggested by action warning For more information see: https://github.com/ledger/ledger/actions and https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ | ||||
* | fix brew link error on mac CI | Andy Clayton | 2023-01-09 | 1 | -0/+9 |
| | | | | | | | | | | | | | | The github mac runner images added python 3.11 but, unlike 3.10, not via brew. This causes brew install to fail with link conflict errors now that boost-python3 switched over to 3.11. Workaround this, and future python brew link errors, by overwriting all links for python packages. https://github.com/Homebrew/homebrew-core/commit/8c79089ae410bcd38065dfa3748bbcdb64b228d2 https://github.com/orgs/Homebrew/discussions/3895 https://github.com/actions/setup-python/issues/577 https://github.com/actions/runner-images/issues/6459 https://github.com/actions/runner-images/issues/6507 https://github.com/actions/runner-images/issues/2322 | ||||
* | Remove git from brew install | Oleg Bulatov | 2022-05-05 | 1 | -1/+1 |
| | | | | git is now provided by GitHub Actions by default | ||||
* | Fix for azure ubuntu not getting correct package server | Jimi Damon | 2021-08-25 | 1 | -0/+1 |
| | |||||
* | Add Github Action for Ledger builds Python3 only for mac and linux | Jimi Damon | 2021-08-24 | 1 | -0/+65 |
- Builds for linux - Builds for macos |