Commit graph

30 commits

Author SHA1 Message Date
dependabot[bot] 8f83f8fd61
Bump svenstaro/upload-release-action from 2.7.0 to 2.9.0
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.7.0 to 2.9.0.
- [Release notes](https://github.com/svenstaro/upload-release-action/releases)
- [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/svenstaro/upload-release-action/compare/2.7.0...2.9.0)

---
updated-dependencies:
- dependency-name: svenstaro/upload-release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 08:19:19 +00:00
CosmicHorror e4e42a2d2d
Update the changelog (#264)
* Update the changelog

* Include the changelog in prebuilt releases

* Dig up older history for the changelog

* Make missing history note clearer
2023-11-01 20:57:04 -05:00
CosmicHorror a98100fb53
Fix copy-paste error (#257) 2023-10-23 20:50:41 -05:00
CosmicHorror 662c10b20d
More CI tweaks (#256)
* Make sure that MacOS ARM builds in CI

* Include man page and completions in prebuilt releases
2023-10-23 20:36:58 -05:00
CosmicHorror d1fd7c684f
Use .exe for windows executable (#253) 2023-10-21 21:31:33 -05:00
CosmicHorror 20b1459a42
Actually use the build target intended for each CI job (#252) 2023-10-21 21:06:52 -05:00
CosmicHorror 639d16fa3c
Switch CI from actions-rs to `dtolnay/rust-toolchain (#249) 2023-10-20 19:02:45 -05:00
CosmicHorror 4d9f8d8e4a
Tone down dependabot (#236) 2023-10-02 17:59:33 -05:00
dependabot[bot] febdfd3a2c
Bump actions/checkout from 3 to 4 (#221)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2023-09-23 21:57:51 -06:00
dependabot[bot] 3f2583a859
Bump svenstaro/upload-release-action from 1.pre.release to 2.7.0 (#211)
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 1.pre.release to 2.7.0.
- [Release notes](https://github.com/svenstaro/upload-release-action/releases)
- [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/svenstaro/upload-release-action/compare/v1-release...2.7.0)

---
updated-dependencies:
- dependency-name: svenstaro/upload-release-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-21 19:09:34 -05:00
dependabot[bot] 2113a8e1f7
Bump actions/checkout from 2 to 3 (#210)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2023-08-21 19:03:34 -05:00
Yousif Akbar 273fe7418d
Dependency updates (#209)
* Upgrading Cargo files

* Adding dependabot.yml file
2023-08-21 18:18:54 -05:00
Yousif Akbar a730b276d3
Adding Windows builds back (#206) 2023-08-20 11:42:08 -05:00
Yousif Akbar 5c56c830ff
Resolving broken aarch64-apple-darwin tests (#205)
* Resolving broken `aarch64-apple-darwin` tests

* Using cross for `aarch64-apple-darwin` test and publish workflows

* Reverting use of cross for `aarch64-apple-darwin` as there is no image
for that.

* Placing better explanation for why the `aarch64-apple-darwin` target is built, but not tested in CI
2023-08-20 11:41:16 -05:00
Yousif Akbar 4456de5fe3
Adding armv7-unknown-linux-gnueabihf target (#204) 2023-08-20 11:38:02 -05:00
CosmicHorror c025993529
Move generating static assets to a cargo-xtask task (#196)
* Move generating static assets to a `cargo-xtask` task

* Generate static assets

* Remove now unused build dependencies

* Fix CI
2023-06-04 12:54:10 -05:00
Yousif Akbar 1d56bc897d
Build Adjustments (#179)
* Adding extra compile targets

* Moving symbol stripping to cargo release build instead of doing it manually after the fact

* Removing Windows builds

* aarch64-apple-darwin build works better without cross

* Re-introducing windows builds, but commenting it out to signal future work

* Commenting out failing `aarch64-apple-darwin` test

* Adding failing 'x86_64-pc-windows-msvc` test back in as a comment
2023-05-17 13:54:28 -05:00
Nikolaj Šujskij a67124b461 Fix paths to release binary in "publish" action 2021-10-08 15:31:24 +03:00
Danny Moesch 71cb0d834a Remove macOS Aarch64 target
This target requires cross-compilation on the default (x86_64) `macos-latest`
platform. However, `cross` does [not yet](https://github.com/rust-embedded/cross/issues/508)
provide the right target. If tests can be skipped a build solution outside
of `cross` is already discussed [here](https://github.com/BurntSushi/ripgrep/issues/1737).
2021-03-19 18:36:58 +01:00
Danny Moesch 7724332232 Ignore integration tests in cross-compiled targets
As stated [here](https://github.com/rust-embedded/cross#supported-targets)
spawning threads in tests will make them fail or they may not terminate
at all.
2021-03-19 18:36:58 +01:00
Gregory ab6827df4e
Update test workflow 2021-03-09 20:56:55 -05:00
Yousif Akbar aae453b7c8 Adding aarch64-apple-darwin target 2021-03-04 23:36:44 -05:00
Gregory 66ed9ff904
Misc 2021-02-28 23:46:49 -05:00
Gregory 11295fb88a
Add ARM target 2021-02-28 23:41:21 -05:00
Gregory cca3c8577c
Publish - tweak naming 2020-07-03 11:58:27 -04:00
Gregory 9ac9f281ae
Test - use target name 2020-07-03 11:55:22 -04:00
Gregory 7a7924e0e5
Test - use target name 2020-07-03 11:54:41 -04:00
Gregory 75429419b1
Cleanup 2020-07-03 11:51:57 -04:00
Gregory 8268d403c5
reformat yaml 2020-07-03 11:40:54 -04:00
Gregory 866f188a32
test new ci 2020-07-03 11:38:52 -04:00