Skip to content

build(deps): bump openssl from 0.10.60 to 0.10.66 (#33) #62

build(deps): bump openssl from 0.10.60 to 0.10.66 (#33)

build(deps): bump openssl from 0.10.60 to 0.10.66 (#33) #62

# 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/checkout@v4.1.1
- name: Cross build artifacts
run: |
cd ${{ github.workspace }}
make rust-overlay