Skip to content

rust-overlay: upgrade rust-bin to 1.78.0 (1.77.0 for x86_64-win build… #65

rust-overlay: upgrade rust-bin to 1.78.0 (1.77.0 for x86_64-win build…

rust-overlay: upgrade rust-bin to 1.78.0 (1.77.0 for x86_64-win build… #65

# Possibly reproducible build with Nix rust-overlay
name: "Reproducible build with rust-overlay"
on:
push:
paths-ignore:
- 'nix-cross-rs/**'
branches:
- 'main'
pull_request:
paths-ignore:
- 'nix-cross-rs/**'
branches:
- 'main'
jobs:
nix-cross-rs-build:
name: "r10e rust-overlay build"
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Cross build artifacts
run: |
cd ${{ github.workspace }}
make rust-overlay