Skip to content

Bump openssl from 0.10.55 to 0.10.60 (#27) #59

Bump openssl from 0.10.55 to 0.10.60 (#27)

Bump openssl from 0.10.55 to 0.10.60 (#27) #59

# 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@v3
- name: Cross build artifacts
run: |
cd ${{ github.workspace }}
make cross-rs