[roll] Roll infra/recipes [nsjail] Add a tmpfs mount at /dev/shm for nsjail step

/dev/shm seems to be a requirement for IPC mechanisms used by Python's
multiprocessing module that is used by build/rbe/remote_action.py.
Without this mount, the script fails on Debian 12 which blocks infra
from upgrading the GCE amd64 VMs to Debian 12.

Original-Bug: b/428760136
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1314284
Original-Revision: ea7ec51bfff269fd99f6fdd8f5100be97121d63a
GitOrigin-RevId: 264c1e605e23d946c3991c78f3c6abde53eb7d00
Change-Id: Idb7ed0d138de9be8a68e010dc860ebebb75b4be2
1 file changed
tree: f71226557bf93117204c4caca49e771977638a6d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.