about summary refs log tree commit diff
path: root/src/ci/docker/scripts/fuchsia-test-runner.py
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-04-24 19:26:50 +0000
committerbors <bors@rust-lang.org>2024-04-24 19:26:50 +0000
commitef8b9dcf23700f2e2265317611460d3a65c19eff (patch)
treea59d95c79196056a4d9242c895dad863d92f492f /src/ci/docker/scripts/fuchsia-test-runner.py
parent7bb4f0889e8b133c5b03c46f31f2ae6432c00219 (diff)
parenteaeaeb92a5756a596d28d8952b6a85c67ee72d5f (diff)
downloadrust-ef8b9dcf23700f2e2265317611460d3a65c19eff.tar.gz
rust-ef8b9dcf23700f2e2265317611460d3a65c19eff.zip
Auto merge of #124330 - fmease:rollup-a98y7jf, r=fmease
Rollup of 6 pull requests

Successful merges:

 - #123316 (Test `#[unix_sigpipe = "inherit"]` with both `SIG_DFL` and `SIG_IGN`)
 - #123794 (More DefineOpaqueTypes::Yes)
 - #123881 (Bump Fuchsia versions)
 - #124281 (fix weak memory bug in TLS on Windows)
 - #124282 (windows fill_utf16_buf: explain the expected return value)
 - #124308 (Add diagnostic item for `std::iter::Enumerate`)

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'src/ci/docker/scripts/fuchsia-test-runner.py')
-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 437b51641fc..8ac00a8863f 100755
--- a/src/ci/docker/scripts/fuchsia-test-runner.py
+++ b/src/ci/docker/scripts/fuchsia-test-runner.py
@@ -280,7 +280,7 @@ class TestEnvironment:
         # Look up the product bundle transfer manifest.
         self.log_info("Looking up the product bundle transfer manifest...")
         product_name = "minimal." + self.triple_to_arch(self.target)
-        fuchsia_version = "14.20230811.2.1"
+        fuchsia_version = "20.20240412.3.1"
 
         # FIXME: We should be able to replace this with the machine parsable
         # `ffx --machine json product lookup ...` once F15 is released.