Trivikram Kamat
182a20378b
ci: bump actions/checkout to v4
2024-09-09 12:21:05 -04:00
beetrees
5ee4d3b532
Remove outdated comment from mac.yml
2024-08-26 15:31:28 -04:00
Yacin Tmimi
8c4c336e37
remove archived error-chain
crate from integration tests
...
Can't run `cargo test --all` for `error-chain` anymore. The tests don't
compile because of `#[deny(invalid_doc_attributes)]`. Here's the error
message:
```
error: this attribute can only be applied at the crate level
--> tests/tests.rs:508:7
|
508 | #[doc(test)]
| ^^^^
|
= note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level > for more information
= note: `#[deny(invalid_doc_attributes)]` on by default
help: to apply to the crate, use an inner attribute
|
508 | #![doc(test)]
| +
```
2024-06-12 22:40:05 -04:00
Caleb Cartwright
04bd7201a9
Merge commit '81fe905ca83cffe84322f27ca43950b617861ff7' into rustfmt-sync
2023-10-22 20:21:44 -05:00
Caleb Cartwright
ed3e96e3d1
Merge commit '3f7c366fc0464e01ddcaefbd70647cb3da4202be' into rustfmt-sync
2023-06-19 23:13:56 -05:00
Caleb Cartwright
094b7f599c
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
2023-01-24 14:16:03 -06:00
Caleb Cartwright
ac595dd57a
Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into sync-rustfmt
2022-06-22 22:14:32 -05:00
Caleb Cartwright
d03a547cad
Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmt
2022-06-12 22:03:05 -05:00
Caleb Cartwright
8211d64c71
Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-subtree
2022-03-29 23:17:30 -05:00
Caleb Cartwright
0167c5303f
Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-subtree
2021-12-02 21:35:30 -06:00
Caleb Cartwright
f99e3582bd
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
2021-11-07 20:37:34 -06:00
Caleb Cartwright
2b41b6d022
Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtree
2021-10-20 00:11:59 -05:00
Joshua Nelson
26fb3fa737
Use rustup in CI to automatically determine the toolchain version needed
...
This also removes the (now unused) `RUSTC_RELEASE` and
`RUSTC_RELEASE_CHANNEL` variables.
2021-04-21 21:17:36 -05:00
Dave Rolsky
ead937b863
Add arch name to archive files created in the upload workflow ( #4679 )
...
* Add arch name to archive files created in the upload workflow
* Fix arch names in matrix.build key to include arch name as well
2021-02-03 21:05:15 -06:00
Caleb Cartwright
b57469d16e
ci: add mingw to path for asset upload job
2021-01-09 12:45:08 -06:00
Caleb Cartwright
d8e0d00377
ci: fix linking issue on windows gnu jobs
2021-01-09 12:11:52 -06:00
Caleb Cartwright
d003e3b97b
ci: update GHA workflows
2020-11-16 15:48:20 -06:00
Caleb Cartwright
77c8c9093b
ci: restrict GHA workflow triggers on push
2020-11-14 11:50:28 -06:00
Caleb Cartwright
ea97ec5a4e
meta: bump rustfmt version to 1.4.23
2020-11-02 19:19:21 -06:00
Caleb Cartwright
fb517f45c6
ci: fix asset upload workflow
2020-11-02 18:31:51 -06:00
Caleb Cartwright
8eedd82317
ci: backport GHA workflows
2020-09-24 09:43:31 -05:00