summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2022-11-09chore(ci): remove msrv checkremove-msrv-from-ciAram Drevekenin
2022-11-01build(deps): bump cachix/install-nix-action from 17 to 18 (#1890)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-01build(deps): bump cachix/cachix-action from 10 to 12 (#1891)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-25chore(ci): do not strip binaryAram Drevekenin
2022-10-25chore(ci): do not strip for aarch64Aram Drevekenin
2022-10-25chore(release): temporarily disable aarch64Aram Drevekenin
2022-10-25chore(ci): fix binaryen install for ubuntu (I hope)Aram Drevekenin
2022-10-25chore(release): remove extraneous ci stepAram Drevekenin
2022-10-25chore(ci): brew work now ploxAram Drevekenin
2022-10-25chore(ci): install brew in ubuntuAram Drevekenin
2022-10-01update: update-rust-toolchain v1 -> v1.1a-kenji
2022-10-01build(deps): bump DeterminateSystems/update-flake-lock from 13 to 14 (#1762)dependabot[bot]
Bumps [DeterminateSystems/update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) from 13 to 14. - [Release notes](https://github.com/DeterminateSystems/update-flake-lock/releases) - [Commits](https://github.com/DeterminateSystems/update-flake-lock/compare/v13...v14) --- updated-dependencies: - dependency-name: DeterminateSystems/update-flake-lock dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-02docs(template): mention stty size in bug recreationAram Drevekenin
2022-08-23build(deps): bump DeterminateSystems/update-flake-lock from 12 to 13 (#1683)dependabot[bot]
Bumps [DeterminateSystems/update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) from 12 to 13. - [Release notes](https://github.com/DeterminateSystems/update-flake-lock/releases) - [Commits](https://github.com/DeterminateSystems/update-flake-lock/compare/v12...v13) --- updated-dependencies: - dependency-name: DeterminateSystems/update-flake-lock dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22chore(ci): change dependabot frequencyAram Drevekenin
2022-08-14chore(workflows): change rust-toolchain update to once per monthAram Drevekenin
2022-08-11style(comment): update flake-lock frequency commentAram Drevekenin
2022-08-11chore(ci): change frequency of flake lock updates to once per monthAram Drevekenin
2022-08-01build(deps): bump DeterminateSystems/update-flake-lock from 10 to 12 (#1624)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-29fix(ci): remove cachix environment (#1617)a-kenji
2022-07-29fix(ci): change checksum tool in macos (#1613)Jae-Heon Ji
2022-07-28chore(ci): do not upload checksum for macosAram Drevekenin
2022-07-15fix(ci): quoting issues (#1589)a-kenji
2022-07-10fix(ci): add new rust toolchain location to action (#1576)a-kenji
2022-07-04fix(ci): clippy (#1559)a-kenji
Install `cargo-make` explicitly in the workflow, even tough it should be cached from the previous steps. There are some corner cases in which gh messes the caching up and can't access it.
2022-07-01Use 'stty size' in issue template instead of tputraphTec
tput just revealed that it sometimes reports values read from the terminal database instead of the real tty size which is misleading (in the case where the terminal reports a zero size). Also stty is in the coreutil instead of tput from ncurses and might be available better. Finally, it's just one command instead of two and less to type.
2022-06-27build(deps): bump DeterminateSystems/update-flake-lock from 9 to 10 (#1543)dependabot[bot]
Bumps [DeterminateSystems/update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) from 9 to 10. - [Release notes](https://github.com/DeterminateSystems/update-flake-lock/releases) - [Commits](https://github.com/DeterminateSystems/update-flake-lock/compare/v9...v10) --- updated-dependencies: - dependency-name: DeterminateSystems/update-flake-lock dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-17add(ci): check for msrv (#1522)a-kenji
2022-06-15Add/ci enable clippy (#1509)a-kenji
* fix(clippy): clippy fixes * add(ci): enable clippy warnings * chore(fmt): cargo fmt * disable: failing clippy action Add `cargo make clippy` in ci
2022-06-11ci: add checksum for release binary (#1482)Jae-Heon Ji
2022-06-10add(ci/makefile): run clippy on all features (#1479)a-kenji
Run clippy on all exposed features, to minimize the possiblility of breakage.
2022-06-09ci(nix): retry nix build on spurious failure (#1472)a-kenji
2022-05-02build(deps): bump DeterminateSystems/update-flake-lock from 8 to 9 (#1365)dependabot[bot]
Bumps [DeterminateSystems/update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) from 8 to 9. - [Release notes](https://github.com/DeterminateSystems/update-flake-lock/releases) - [Commits](https://github.com/DeterminateSystems/update-flake-lock/compare/v8...v9) --- updated-dependencies: - dependency-name: DeterminateSystems/update-flake-lock dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11build(deps): bump cachix/install-nix-action from 16 to 17 (#1310)dependabot[bot]
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 17. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v16...v17) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-28build(deps): bump actions/cache from 2 to 3 (#1277)dependabot[bot]
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-25fix(ci): disable enabling of flakes in action'sa-kenji
2022-03-25fix(ci): scope for triggering the workflowa-kenji
2022-03-21add(ci): token to `update-rust-toolchain`a-kenji
In order to trigger ci from the pr.
2022-03-21add(ci): update tokena-kenji
2022-03-20fix(ci): scope nix workflows (#1248)a-kenji
2022-03-20fix(ci): use release version instead of maina-kenji
2022-03-20fix(ci): semantic errora-kenji
2022-03-20fix: remove obsolete script (#1247)a-kenji
2022-03-20fix(ci): add refa-kenji
2022-03-20add(ci): toolchain (#1245)a-kenji
2022-03-17fix(ci): update-rust-toolchaina-kenji
2022-03-17fix(ci) update-rust-toolchaina-kenji
2022-03-17fix(ci): update-rust-toolchaina-kenji
Fix a typo
2022-03-17fix(ci) update-rust-toolchaina-kenji
2022-03-17fix(ci): update-toolchaina-kenji