Searched +full:uasan +full:- +full:fuzztest (Results 1 – 2 of 2) sorted by relevance
1 name: dev-long-tests5 group: long-${{ github.ref }}6 cancel-in-progress: true12 permissions: read-all15 make-all:16 runs-on: ubuntu-latest18 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.119 - name: make all23 make-test:24 runs-on: ubuntu-latest[all …]
5 # This source code is licensed under both the BSD-style license (found in the8 # You may select, at your option, one of the above-listed licenses.24 # When cross-compiling from linux to windows, you might28 # Note: mingw-w64 build from linux to windows does not40 ## default: Build lib-release and zstd-release42 default: lib-release zstd-release53 $(Q)$(MAKE) -C $(PRGDIR) all54 $(Q)$(MAKE) -C $(TESTDIR) all58 $(MAKE) -C $(PRGDIR) zstd3259 $(MAKE) -C $(TESTDIR) all32[all …]