Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8f78053

Browse files
committedDec 18, 2024·
Trials: Shotgunning
1 parent bc08593 commit 8f78053

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed
 

‎.github/workflows/main.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ jobs:
6565
os: ubuntu-latest
6666
- tuple: x86_64-unknown-linux-gnu
6767
os: ubuntu-latest
68-
- tuple: x86_64-unknown-linux-gnu-emulated
69-
os: ubuntu-latest
68+
# - tuple: x86_64-unknown-linux-gnu-emulated
69+
# os: ubuntu-latest
7070
- tuple: arm-unknown-linux-gnueabihf
7171
os: ubuntu-latest
72-
- tuple: armv7-unknown-linux-gnueabihf
73-
os: ubuntu-latest
74-
- tuple: aarch64-unknown-linux-gnu
75-
os: ubuntu-latest
72+
# - tuple: armv7-unknown-linux-gnueabihf
73+
# os: ubuntu-latest
74+
# - tuple: aarch64-unknown-linux-gnu
75+
# os: ubuntu-latest
7676
- tuple: riscv64gc-unknown-linux-gnu
7777
os: ubuntu-latest
7878
- tuple: powerpc-unknown-linux-gnu
@@ -137,11 +137,11 @@ jobs:
137137

138138
# Add additional variables to the matrix variations generated above using `include`:
139139
include:
140-
- target:
141-
tuple: x86_64-unknown-linux-gnu-emulated
142-
os: ubuntu-latest
143-
test_everything: true
144-
rustflags: --cfg stdarch_intel_sde
140+
# - target:
141+
# tuple: x86_64-unknown-linux-gnu-emulated
142+
# os: ubuntu-latest
143+
# test_everything: true
144+
# rustflags: --cfg stdarch_intel_sde
145145
# MIPS targets disabled since they are dropped to tier 3.
146146
# See https://github.com/rust-lang/compiler-team/issues/648
147147
#- target:
@@ -168,10 +168,10 @@ jobs:
168168
tuple: powerpc64-unknown-linux-gnu
169169
os: ubuntu-latest
170170
disable_assert_instr: true
171-
- target:
172-
tuple: powerpc64le-unknown-linux-gnu
173-
os: ubuntu-latest
174-
disable_assert_instr: true
171+
# - target:
172+
# tuple: powerpc64le-unknown-linux-gnu
173+
# os: ubuntu-latest
174+
# disable_assert_instr: true
175175
- target:
176176
tuple: aarch64-apple-darwin
177177
os: macos-latest

‎ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:24.04
22
RUN apt-get update && apt-get install -y --no-install-recommends \
33
gcc \
44
g++ \
@@ -10,8 +10,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1010
qemu-user \
1111
make \
1212
file \
13-
clang-15 \
1413
lld
14+
1515
ENV CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc \
1616
CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_RUNNER="qemu-arm -L /usr/arm-linux-gnueabihf" \
1717
OBJDUMP=arm-linux-gnueabihf-objdump

0 commit comments

Comments
 (0)
Please sign in to comment.