about summary refs log tree commit diff
path: root/src/ci/docker/scripts
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-06-23 06:12:34 +0000
committerbors <bors@rust-lang.org>2024-06-23 06:12:34 +0000
commita25cb8ab40745e8471614f20b4da852027e44caa (patch)
treef694a0bc2d801adb5037e38d3a8341b7fe6a5bec /src/ci/docker/scripts
parent6d9fd241aa9bee5972a45f7494720d6a118cace9 (diff)
parentd73be701390c07ed99648404c08099420c38ca90 (diff)
downloadrust-a25cb8ab40745e8471614f20b4da852027e44caa.tar.gz
rust-a25cb8ab40745e8471614f20b4da852027e44caa.zip
Auto merge of #3704 - rust-lang:rustup-2024-06-23, r=RalfJung
Automatic Rustup
Diffstat (limited to 'src/ci/docker/scripts')
-rwxr-xr-xsrc/ci/docker/scripts/fuchsia-test-runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/fuchsia-test-runner.py b/src/ci/docker/scripts/fuchsia-test-runner.py
index 115ee69a589..6db25ff1a80 100755
--- a/src/ci/docker/scripts/fuchsia-test-runner.py
+++ b/src/ci/docker/scripts/fuchsia-test-runner.py
@@ -112,7 +112,7 @@ def atomic_link(link: Path, target: Path):
             os.remove(tmp_file)
 
 
-@dataclass(kw_only=True)
+@dataclass
 class TestEnvironment:
     rust_build_dir: Path
     sdk_dir: Path