[roll] Roll infra/recipes [rust_toolchain] Set SOURCE_DATE_EPOCH env arg for rustc build

The openssl, built by cargo when building rustc records the current
system timestamp at build time. This makes rustc toolchain package
inconsistent. This patch mitigate this issue by setting the timestamp
at build time to a fixed number.

Original-Bug: 432320440
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1335046
Original-Revision: 1d155886e5ca45a8deac3e628369b09f994d394c
GitOrigin-RevId: 9cd4473378bb9e239d7f89b2ec22f016277f28ed
Change-Id: I6593ae3d4fada34dd8607aed042258323214bc7a
1 file changed
tree: 42952d2e7320a60599397d7a1703add477517e2a
  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.