Skip to content

Update docker.yml

Update docker.yml #253

name: FreeBSD clang-scan build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
build:
runs-on: macos-12
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
submodules: recursive
- name: clang scan build in FreeBSD VM
id: clang-scan-build
uses: cross-platform-actions/action@0e13474a2ba7ba382e217ad80230150266611323 # v0.21.0
with:
memory: 2048
shell: sh
operating_system: freebsd
version: '13.2'
run: |
sudo pkg install -y curl gmake cmake devel/llvm llvm
pwd
ls -lah
whoami
env
freebsd-version
scan-build cmake -B build -DCMAKE_INSTALL_PREFIX=.
cd build
scan-build --exclude src/simdjson --status-bugs gmake