Compare commits

..

7 commits

Author SHA1 Message Date
github-actions[bot]
20e9b25913
dep: Upgrade transitive dependencies ()
Co-authored-by: github-actions <github-actions@github.com>
2025-05-05 14:24:40 +00:00
Jiahao XU
38e42845bc
Bump ziglang to latest version ()
* Bump ziglang to latest version

to fix the erorr in 4154918965

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>

* Disable icf on linux

since latest zig-cc does not support it

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>

* Disable cargo-auditable

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>

---------

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
2025-05-05 13:52:01 +00:00
github-actions[bot]
b4df017ff7
dep: Upgrade transitive dependencies ()
Co-authored-by: github-actions <github-actions@github.com>
2025-04-25 03:59:01 +00:00
github-actions[bot]
a803508dbf
dep: Upgrade transitive dependencies ()
Co-authored-by: github-actions <github-actions@github.com>
2025-04-18 04:02:19 +00:00
github-actions[bot]
acc44cb207
dep: Upgrade transitive dependencies ()
Co-authored-by: github-actions <github-actions@github.com>
2025-04-11 08:26:47 +00:00
dependabot[bot]
b288890787
build(deps): bump tj-actions/changed-files from 0b975f61488402a699abcebd6a1e25924cf85218 to 6f67ee9ac810f0192ea7b3d2086406f97847bcf9 ()
build(deps): bump tj-actions/changed-files

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 0b975f61488402a699abcebd6a1e25924cf85218 to 6f67ee9ac810f0192ea7b3d2086406f97847bcf9.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](0b975f6148...6f67ee9ac8)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-version: 6f67ee9ac810f0192ea7b3d2086406f97847bcf9
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-07 01:52:11 +00:00
github-actions[bot]
63aaa5c193
release: cargo-binstall v1.12.3 ()
chore: Release

Co-authored-by: github-actions <github-actions@github.com>
2025-04-06 04:47:09 +00:00
7 changed files with 309 additions and 257 deletions

View file

@ -53,7 +53,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@0b975f61488402a699abcebd6a1e25924cf85218
uses: tj-actions/changed-files@6f67ee9ac810f0192ea7b3d2086406f97847bcf9
with:
dir_names: true
dir_names_exclude_current_dir: true

View file

@ -59,7 +59,6 @@ jobs:
GLIBC_VERSION: ${{ matrix.g }}
JUST_USE_CARGO_ZIGBUILD: ${{ matrix.c }}
JUST_FOR_RELEASE: true
JUST_USE_AUDITABLE: true
JUST_ENABLE_H3: true
steps:
@ -77,7 +76,7 @@ jobs:
- uses: ./.github/actions/just-setup
with:
tools: cargo-auditable,rsign2,rage
tools: rsign2,rage
env:
# just-setup use binstall to install sccache,
# which works better when we provide it with GITHUB_TOKEN.

550
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@ name = "cargo-binstall"
description = "Binary installation for rust projects"
repository = "https://github.com/cargo-bins/cargo-binstall"
documentation = "https://docs.rs/cargo-binstall"
version = "1.12.2"
version = "1.12.3"
rust-version = "1.79.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2021"

View file

@ -3,7 +3,7 @@
<assemblyIdentity
type="win32"
name="Binstall.Cli.binstall"
version="1.12.2.0"
version="1.12.3.0"
/>
<trustInfo>

View file

@ -115,13 +115,12 @@ rust-lld := "" #if use-cargo-zigbuild != "" {
# ICF: link-time identical code folding
#
# On windows it works out of the box and on linux it uses
# rust-lld.
# On windows it works out of the box.
rustc-icf := if for-release != "" {
if target-os == "windows" {
" -C link-arg=-Wl,--icf=safe"
} else if target-os == "linux" {
" -C link-arg=-Wl,--icf=safe"
""
} else {
""
}

View file

@ -2,4 +2,4 @@
cargo-zigbuild
###### Requirements with Version Specifiers ######
ziglang < 0.11 # zig 0.11 causes link failure in our CI
ziglang