Skip to content

fix: preserve caller for RTLD_NEXT dlsym #523

fix: preserve caller for RTLD_NEXT dlsym

fix: preserve caller for RTLD_NEXT dlsym #523

Workflow file for this run

---
name: build-src
on: [push, pull_request, workflow_dispatch]
concurrency: ci-${{ github.ref }}
jobs:
hook-registry-check:
runs-on: ubuntu-latest
timeout-minutes: 10
name: Hook static consistency check
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run CUDA hook static consistency check
run: python3 hack/check_cuda_hook_consistency.py
BuildHamiCoreLib:
needs: [hook-registry-check]
runs-on: ubuntu-latest
timeout-minutes: 1440
strategy:
fail-fast: true
name: Build libvgpu
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v4
- name: Build
run: |
make build-in-docker