Skip to content

perf(config): make x86 preemption mode static #57

perf(config): make x86 preemption mode static

perf(config): make x86 preemption mode static #57

# Disabled — replaced by release.yml in zerocore-ai/libkrunfw fork
#
# name: Cross-build riscv64 kernel
# on: [pull_request, create]
#
# jobs:
# build:
# if: github.event_name == 'pull_request'
# name: Cross-build riscv64 kernel
# runs-on: ubuntu-latest
# steps:
# - name: Code checkout
# uses: actions/checkout@v2
#
# - name: Install dependencies
# run: sudo apt-get update && sudo apt-get install -y make gcc bc bison flex elfutils python3-pyelftools curl patch libelf-dev gcc-riscv64-linux-gnu
#
# - name: Build riscv64 kernel
# run: make ARCH=riscv CROSS_COMPILE=riscv64-linux-gnu-