Skip to content

ffi: impl Sync, Send for MCache, DCache, FSeq #1698

ffi: impl Sync, Send for MCache, DCache, FSeq

ffi: impl Sync, Send for MCache, DCache, FSeq #1698

Workflow file for this run

name: Make Test
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
merge_group:
jobs:
make-test:
runs-on: [self-hosted, Linux, X64]
defaults:
run:
shell: sudo --preserve-env=PATH bash --noprofile --norc -eo pipefail -c "set -ex; export MACHINE=linux_clang_x86_64; chmod +x {0} && {0}"
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: dtolnay/[email protected]
- uses: ./.github/actions/deps
- name: Build everything
run: make -j
- name: Run unit tests
run: make -k -j2 --output-sync=target run-unit-test
make-test-asan:
runs-on: [self-hosted, Linux, X64]
defaults:
run:
shell: sudo --preserve-env=PATH bash --noprofile --norc -eo pipefail -c "set -ex; export MACHINE=linux_clang_x86_64_asan; chmod +x {0} && {0}"
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: dtolnay/[email protected]
- uses: ./.github/actions/deps
- name: Build everything
run: make -j
- name: Run unit tests
run: make -k -j2 --output-sync=target run-unit-test
make-test-ubsan:
runs-on: [self-hosted, Linux, X64]
strategy:
matrix:
compiler: [gcc, clang]
defaults:
run:
shell: sudo --preserve-env=PATH bash --noprofile --norc -eo pipefail -c "set -ex; export MACHINE=linux_${{ matrix.compiler }}_x86_64_ubsan; chmod +x {0} && {0};"
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: dtolnay/[email protected]
- uses: ./.github/actions/deps
- name: Build everything
run: make -j
- name: Run unit tests
run: make -k -j2 --output-sync=target run-unit-test
frank-single-transaction:
runs-on: [self-hosted, Linux, X64]
strategy:
matrix:
compiler: [gcc]
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: dtolnay/[email protected]
- name: Run
run: ./src/test/frank-single-transaction.sh