Skip to content

Commit 8c42652

Browse files
committed
update config portable
1 parent 6d73df2 commit 8c42652

3 files changed

Lines changed: 1 addition & 21 deletions

File tree

.github/build-setup.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,3 @@
33
run: |
44
set -euo pipefail
55
cp .cargo/config-portable.toml .cargo/config.toml
6-
7-
- name: Debug rustflags/cfg (x86_64)
8-
shell: bash
9-
run: |
10-
set -euo pipefail
11-
echo "=== .cargo/config.toml ==="
12-
sed -n '1,200p' .cargo/config.toml
13-
echo "=== rustc -Vv ==="
14-
rustc -Vv
15-
echo "=== compile check (shows rustc invocations) ==="
16-
cargo build -vv --locked --target x86_64-apple-darwin

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,6 @@ jobs:
132132
set -euo pipefail
133133
cp .cargo/config-portable.toml .cargo/config.toml
134134
shell: "bash"
135-
- name: "Debug rustflags/cfg (x86_64)"
136-
run: |
137-
set -euo pipefail
138-
echo "=== .cargo/config.toml ==="
139-
sed -n '1,200p' .cargo/config.toml
140-
echo "=== rustc -Vv ==="
141-
rustc -Vv
142-
echo "=== compile check (shows rustc invocations) ==="
143-
cargo build -vv --locked --target x86_64-apple-darwin
144-
shell: "bash"
145135
- name: Install dist
146136
run: ${{ matrix.install_dist.run }}
147137
# Get the dist-manifest

dist-workspace.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ build = ["bash", "-c", """
3333

3434
[dist.github-custom-runners]
3535
aarch64-apple-darwin = "macos-14"
36+
x86_64-apple-darwin = "macos-15-intel"
3637

3738
[dist.dependencies.homebrew]
3839
coreutils = { stage = ["build"] }

0 commit comments

Comments
 (0)