Skip to content

Commit

Permalink
Regenerate target-specs/i686-unknown-linux-gnu.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed May 5, 2024
1 parent c683774 commit a8945a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -599,11 +599,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# This check is broken on newer nightlies.
- name: Install Rust nightly-2023-10-21
- name: Install Rust ${{ env.rust_nightly }}
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2023-10-21
toolchain: ${{ env.rust_nightly }}
components: rust-src

- name: Install cargo-nextest
Expand Down
22 changes: 14 additions & 8 deletions target-specs/i686-unknown-linux-gnu.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,35 @@
{
"arch": "x86",
"cpu": "pentium4",
"crt-objects-fallback": "false",
"crt-static-respected": true,
"data-layout": "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-f64:32:64-f80:32-n8:16:32-S128",
"data-layout": "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-i128:128-f64:32:64-f80:32-n8:16:32-S128",
"dynamic-linking": true,
"env": "gnu",
"has-rpath": true,
"has-thread-local": true,
"linker-flavor": "gnu-cc",
"llvm-target": "i686-unknown-linux-gnu",
"max-atomic-width": 32,
"metadata": {
"description": null,
"host_tools": null,
"std": null,
"tier": null
},
"os": "linux",
"position-independent-executables": true,
"pre-link-args": {
"gcc": [
"gnu-cc": [
"-m32"
],
"gnu-lld-cc": [
"-m32"
]
},
"relro-level": "full",
"stack-probes": {
"kind": "inline-or-call",
"min-llvm-version-for-inline": [
16,
0,
0
]
"kind": "inline"
},
"supported-sanitizers": [
"address"
Expand Down

0 comments on commit a8945a6

Please sign in to comment.