Home
last modified time | relevance | path

Searched refs:build (Results 1 – 3 of 3) sorted by relevance

/DragonReach/.github/workflows/
H A Dstandard-check.yml16 - name: Cache build tools
17 id: cache-build-tools
20 cache-name: cache-build-tools
27 …key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.dadk_version }}-${{ hashFiles('.github/w…
33 build:
34 name: build check
39 - name: Cache build tools
40 id: cache-build-tools
43 cache-name: cache-build-tools
50 …key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.dadk_version }}-${{ hashFiles('.github/w…
[all …]
H A Dcache-toolchain.yml6 build:
14 - name: Cache build tools
15 id: cache-build-tools
18 cache-name: cache-build-tools
25 …key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.dadk_version }}-${{ hashFiles('.github/w…
27 - if: ${{ steps.cache-build-tools.outputs.cache-hit != 'true' }}
/DragonReach/
H A DMakefile24 build: target
25 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET)
33 build-release:
34 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET) --release