Commit Graph

32 Commits

Author SHA1 Message Date
徐未来
367de2e160 proc-macros2 1.0.53升级至1.0.76
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
2024-04-02 19:52:52 +08:00
openharmony_ci
07a217401d
回退 'Pull Request !4 : proc-macro2 1.0.53升级至1.0.76' 2024-04-02 03:32:41 +00:00
徐未来
7bc8a79f38 1.0.53升级至1.0.76
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
2024-03-08 16:48:24 +08:00
David Tolnay
6083bef110
More specifically run make_sure_no_proc_macro test in CI 2023-03-11 14:33:15 -08:00
David Tolnay
9635ed9f0d
Enable type layout randomization in CI on nightly 2023-02-19 09:21:57 -08:00
David Tolnay
82eb726b71
Support a manual trigger on CI workflow 2023-02-18 17:23:55 -08:00
David Tolnay
3915aeedc6
Speed up cargo fuzz CI job
https://github.com/rust-fuzz/cargo-fuzz/pull/317
2023-01-19 17:28:30 -08:00
David Tolnay
9924b79370
Prevent actions duplication on noop merge commits 2022-12-31 12:45:32 -08:00
David Tolnay
975c3248db
Time out workflows after 45 minutes
GitHub's default timeout is 6 hours. Recently some of my GitHub Actions
jobs have started randomly stalling for that long, which is inconvenient
because it ties up a chunk of my runner quota. It apepars to be very
rare for a job to recover after stalling. It's better to time out
quicker and retry on a different runner.
2022-11-25 18:56:18 -08:00
David Tolnay
4f0ade51b1
Check for outdated deps in fuzz target 2022-09-28 13:35:30 -07:00
David Tolnay
84fd957bd7
Add CI build to cover fuzz target 2022-09-28 13:32:25 -07:00
David Tolnay
d531452a0e
Add a sponsors link 2022-09-24 15:09:32 -07:00
David Tolnay
a9fcdc0682
GitHub Workflows security hardening 2022-09-02 15:09:30 -07:00
David Tolnay
4b24b6e879
Check all crates in workspace for outdated deps 2022-06-06 14:39:23 -07:00
David Tolnay
8649302c7e
Run miri in stricter miri-strict-provenance mode 2022-05-06 04:01:33 -07:00
David Tolnay
8e794fcb06
Add a miri test job in CI 2022-04-28 20:29:48 -07:00
David Tolnay
da22bfc565
Update workflows to actions/checkout@v3 2022-04-25 01:50:40 -07:00
David Tolnay
349596b7b4
Include global rustflags in rustflags override 2022-01-01 00:29:21 -08:00
David Tolnay
878cd246b2
Detect warnings in CI 2021-12-31 22:10:52 -08:00
David Tolnay
162fff2eae
Install newest build of cargo-outdated
The old version available by default in the GitHub Actions image fails
with:

    thread 'main' panicked at 'package cache lock is not currently held, Cargo forgot to call `acquire_package_cache_lock` before we got to this stack frame', /usr/share/rust/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-0.57.0/src/cargo/util/config/mod.rs:1542:9
    note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2021-11-17 13:32:54 -08:00
David Tolnay
2cf5d1a24a
Add actions job to notice outdated dependencies 2021-10-08 01:57:40 -04:00
David Tolnay
a5b48e6b29
Also run clippy with crate features enabled 2021-09-30 01:20:49 -04:00
David Tolnay
4565d979c3
Run clippy on test suite too 2021-09-30 01:00:23 -04:00
David Tolnay
17b1bc9605
Opt in to pedantic clippy lints in CI 2021-09-30 00:48:06 -04:00
David Tolnay
f719f7d555
Use rust-toolchain setup step with better defaults 2021-09-18 16:43:55 -07:00
David Tolnay
a44778e1a9
Skip clippy job on pull requests 2021-09-18 16:42:02 -07:00
David Tolnay
217c60bc82
Run clippy linter in CI 2020-12-30 00:46:05 -08:00
David Tolnay
24a41c94ed
Add ui test in subdirectory 2020-09-09 12:01:48 -07:00
David Tolnay
c4aa4d73ab
Rename CI workflow
For cron scheduled runs, GitHub Actions names the run after the workflow
name (unlike Travis which names it after the subject of the most recent
commit on the branch). Having a bunch of runs called "test" made it look
like someone was poking at things manually to debug something, rather
than these being ordinary cron runs.
2020-05-04 01:22:35 -07:00
David Tolnay
8d7e5075ce
Condense name of Actions workflow 2020-05-02 22:42:59 -07:00
David Tolnay
9e9776e9bc
Add a cron scheduled Actions build
The crontab "40 1 * * *" is once daily at 01:40 UTC, which is 100
minutes after nightly promotions are kicked off so hopefully the newest
nightly is available by then.
2020-05-01 18:37:36 -07:00
David Tolnay
c308b32d10
Add GitHub Actions setup 2020-05-01 18:08:17 -07:00