Skip to content

Cache Wrt Toolchain

Actions
Cache builds to speed up openwrt compilation
v0.0.1
Latest
Star (0)

Cache Wrt Build action

This action caches builds to speed up openwrt compilation.

Inputs

ccache

Check if to cache ccache. Default 'false'.

toolchain

Check if to cache toolchain. Default 'true'.

skip

Check if to skip the compilation of toolchain. Default 'true'.

clean

Set to clean cache. Default 'false'.

prefix

Path prefix to openwrt build directory. Default ''.

mixkey

Mix a key to identify a cache when you build openwrt for different architecture. Default ''.

skip_saving

Skip saving. Default 'false'.

Output

hit

Indicate cache found.

Example usage

uses: RuijieNetworksCommunity/cache-wrt-toolchain@main
with:
  ccache: 'true'
  mixkey: 'ramips'
  prefix: 'openwrt'

Credit

stupidloud/cachewrtbuild

Cache Wrt Toolchain is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Cache builds to speed up openwrt compilation
v0.0.1
Latest

Cache Wrt Toolchain is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.