Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ci
Path: blob/main/jobs/FreeBSD-main-riscv64-LINT/build.sh
1130 views
1
#!/bin/sh
2
3
env \
4
JFLAG=${BUILDER_JFLAG} \
5
TARGET=riscv \
6
TARGET_ARCH=riscv64 \
7
sh -x freebsd-ci/scripts/build/build-kernel-LINT-head.sh
8
9