Skip to content

Commit 8611eb9

Browse files
committed
Try ubu22.04.
See if this fixes: ``` ---- repo_version::tests::test_run_python_script stdout ---- thread 'repo_version::tests::test_run_python_script' panicked at ops/src/repo_version.rs:392:55: called `Result::unwrap()` on an `Err` value: Error running version script (exit code 1; script: python version.py): Access error: uid 1001, last mount name:/firejail/firejail.ro.file dir:/run/firejail/firejail.ro.file type:tmpfs - invalid noexec mount note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` I know ubuntu 24 made some changes around sandboxing. It's possible that latest changed to 24 recently and broke this test. https://github.blog/changelog/2024-09-25-actions-new-images-and-ubuntu-latest-changes/ > The ubuntu-latest label will migrate to Ubuntu 24 over the course of the next month, beginning September 23rd and finishing on October 30th - bazelbuild/bazel#24081 - https://ubuntu.com/blog/ubuntu-23-10-restricted-unprivileged-user-namespaces
1 parent bd33fe2 commit 8611eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99

1010
steps:
1111
- name: Checkout sources

0 commit comments

Comments
 (0)