Commit Graph

62 Commits

Author SHA1 Message Date
openharmony_ci
a2e6e8b470
!2 Add OAT.xml and README.OpenSource
Merge pull request !2 from fangting/master
2023-04-14 08:10:17 +00:00
fangting
3adb37120f Add OAT.xml and README.OpenSource
Signed-off-by: fangting <fangting12@huawei.com>
2023-04-14 14:15:01 +08:00
openharmony_ci
926c7f41f3
!1 [cplusplus]Add GN Build Files and Custom Modifications to Rust Third-party Libraries
Merge pull request !1 from lubinglun/master
2023-04-13 11:34:14 +00:00
lubinglun
842ca99334 Add GN Build Files and Custom Modifications
Issue:https://gitee.com/openharmony/build/issues/I6UFTP
Signed-off-by: lubinglun <lubinglun@huawei.com>
2023-04-12 17:26:24 +08:00
David Tolnay
87adc6ba8b
Release 1.0.8 2022-12-17 11:22:02 -08:00
David Tolnay
74ae54cf3a
Update build status badge 2022-12-15 17:52:41 -08:00
David Tolnay
fe82a37e82
Prevent build.rs rerunning unnecessarily on all source changes 2022-12-12 14:37:40 -08:00
David Tolnay
e123d184c3
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:53 -08:00
David Tolnay
c11442233c
Add a funding file 2022-11-25 18:56:53 -08:00
David Tolnay
b791ea6e0e
Remove default package.readme metadata from Cargo.toml
Since cargo 1.46.0, README.md is recognized by default.
2022-09-14 09:15:59 -07:00
David Tolnay
74fc2d6c04
GitHub Workflows security hardening 2022-09-02 15:09:29 -07:00
David Tolnay
15c027d0e5
Release 1.0.7 2022-08-02 10:40:46 -07:00
David Tolnay
8438f7632f
Update keywords in crates.io metadata 2022-08-02 10:40:14 -07:00
David Tolnay
04cd6593ab
Add categories to crates.io metadata 2022-08-01 00:06:46 -07:00
David Tolnay
b8405afc7f
Sort package entries in Cargo.toml 2022-07-31 19:19:03 -07:00
David Tolnay
8aa4526abd
Use upstreamed docs.rs icon in docs.rs badge 2022-06-11 10:15:57 -07:00
David Tolnay
6175e9675d
Check all crates in workspace for outdated deps 2022-06-06 14:39:22 -07:00
David Tolnay
1d70065c50
Drop unneeded quoting from env variable in workflows yaml 2022-04-28 19:29:09 -07:00
David Tolnay
aed1982175
Update workflows to actions/checkout@v3 2022-04-25 01:52:24 -07:00
David Tolnay
1a9a1e3d1f
Detect warnings in CI 2021-12-31 22:17:12 -08:00
David Tolnay
a243a5e2bc
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:35:22 -08:00
David Tolnay
eca862190a
Release 1.0.6 2021-11-12 19:01:33 -08:00
David Tolnay
fe98446755
Merge pull request #10 from dtolnay/nostd
Eliminate implicit dependency on std crate
2021-11-12 19:00:33 -08:00
David Tolnay
5c6a3861bc
Eliminate implicit dependency on std crate 2021-11-12 18:54:47 -08:00
David Tolnay
5a5a139866
Add actions job to notice outdated dependencies 2021-10-08 02:01:36 -04:00
David Tolnay
c37726aedc
Declare minimum Rust version in Cargo metadata 2021-10-02 02:11:40 -04:00
David Tolnay
315247da0b
Skip clippy job on pull requests 2021-09-18 16:28:03 -07:00
David Tolnay
818fe3d162
Release 1.0.5 2021-01-11 15:58:13 -08:00
David Tolnay
8b9bcdac20
Merge pull request #8 from dtolnay/doc
Document extern crate link_cplusplus;
2021-01-11 15:57:49 -08:00
David Tolnay
3808abe60e
Document extern crate link_cplusplus; 2021-01-11 15:47:24 -08:00
David Tolnay
35da608467
Fix catching clippy warnings as CI failures 2021-01-04 23:47:28 -08:00
David Tolnay
269ce4f613
Inform clippy of supported compiler version in clippy.toml 2020-12-30 14:39:06 -08:00
David Tolnay
b6f1ca6c44
Run clippy linter in CI 2020-12-30 14:38:53 -08:00
David Tolnay
fd6d5eb4fb
Raise min tested rustc version to 1.34
Required by use of str::split_ascii_whitespace in the cc crate.

    error[E0658]: use of unstable library feature 'split_ascii_whitespace' (see issue #48656)
        --> .cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.62/src/lib.rs:2157:14
         |
    2157 |             .split_ascii_whitespace()
         |              ^^^^^^^^^^^^^^^^^^^^^^
2020-11-06 18:17:15 -08:00
David Tolnay
adf048bcec
Release 1.0.4 2020-10-07 10:58:56 -07:00
David Tolnay
39117c6eb5
Merge pull request #6 from dtolnay/links
Enable Cargo's overriding build scripts feature
2020-10-07 10:58:39 -07:00
David Tolnay
3aca7ec039
Enable Cargo's overriding build scripts feature 2020-10-07 10:55:41 -07:00
David Tolnay
3631bc8c51
Release 1.0.3 2020-09-25 17:46:26 -04:00
David Tolnay
02cae20dd7
Merge pull request #4 from dtolnay/plusplus
Rename Cargo features to libstdc++ and libc++
2020-09-25 17:45:57 -04:00
David Tolnay
37fb86a4aa
Rename Cargo features to libstdc++ and libc++ 2020-09-25 17:39:51 -04:00
David Tolnay
58f4f40f93
Release 1.0.2 2020-06-16 11:31:34 -07:00
David Tolnay
f58d20fee3
Add crosslink icons to top of rustdoc 2020-06-13 22:40:13 -07:00
David Tolnay
690ab42aa4
New style of readme badges 2020-06-13 22:40:10 -07:00
David Tolnay
948f013cdb
Update build status badge to GitHub Actions 2020-05-05 23:58:56 -07:00
David Tolnay
eb587dba56
Remove Travis configuration 2020-05-05 11:37:36 -07:00
David Tolnay
c4d90a1b76
Merge pull request #3 from dtolnay/actions
Enable GitHub Actions
2020-05-02 23:50:04 -07:00
David Tolnay
dbcb3a788b
Enable GitHub Actions 2020-05-02 23:38:33 -07:00
David Tolnay
93a16b1553
Select a single docs.rs build target 2020-03-17 13:23:20 -07:00
David Tolnay
690c615e63
Release 1.0.1 2020-01-24 16:05:30 -08:00
David Tolnay
b591679fc2
Merge pull request #2 from dtolnay/dummy
Make mac's `ar` happy
2020-01-24 16:03:21 -08:00