Skip to content

Fix incorrect RIP-relative detection logic and mmap() parameter order #8

Fix incorrect RIP-relative detection logic and mmap() parameter order

Fix incorrect RIP-relative detection logic and mmap() parameter order #8

Workflow file for this run

name: Debugging build and test
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v4
- name: Build (debugging mode)
run: make debug
- name: Run make check
run: make check
- name: Build regression test runner
run: make -C test/regtest
- name: Run regression test suite
run: cd test/regtest && ./regtest