Add XNN_HAS_MMAP to common.h, as a way to indicate that a given platform doesn't support mmap() at all and must fall back to malloc() instead. #43
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and update caches | |
on: | |
pull_request: | |
branches: | |
- master | |
types: [closed] | |
jobs: | |
build-and-test: | |
if: ${{ github.event.pull_request.merged }} | |
uses: ./.github/workflows/build.yml | |
with: | |
run-tests: false | |
update-caches: true |