Skip to content

serialize the pdu - long type is 8 bytes on 64 bits machine - fix to … #3618

serialize the pdu - long type is 8 bytes on 64 bits machine - fix to …

serialize the pdu - long type is 8 bytes on 64 bits machine - fix to … #3618

Workflow file for this run

name: fuzz
on:
push:
pull_request:
schedule:
- cron: '0 1 * * SUN'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
env:
ACE_ROOT: ${{ github.workspace }}/ACE
TAO_ROOT: ${{ github.workspace }}/TAO
steps:
- name: checkout ACE/TAO
uses: actions/checkout@v4
- name: Run fuzz
run: |
perl ${env:ACE_ROOT}/bin/fuzz.pl
shell: pwsh