Skip to content

rs-cross: upgrade rust to 1.80.1 #66

rs-cross: upgrade rust to 1.80.1

rs-cross: upgrade rust to 1.80.1 #66

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