-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce use of self-hosted runner and use cache (#409)
* try to replace self-host with github runner * rectify the usage of cache * remove time limit * use upload/download * fix download path * missing checkout * use ul/dl version 3 * try to use yaml anchor * add feature branch trigger * revert anchor as its not supported * try to use buildx cache * add sccache and file-filters * missing checkout * fix permission * move concurrency to workflow level * update ts-tests dep to check the file filter * unuse docker/build-push-action * cargo update * refine the file filter * try cargo chef * reuse buildx action * fix recipe path * prepend cargo build with apt * fix order of copy * use self-hosted docker * remove buildx * update comment * retry buildx * try local cache * update comment to test cached builds * fix docker save * modify comment to trigger GHA * separate dev and prod Dockefile * more comment and TYPE * update .gitignore * more comment * update README * fix typo
- Loading branch information
1 parent
63ac4bf
commit 9a5dac9
Showing
16 changed files
with
350 additions
and
127 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
**/polkadot | ||
**/token-server | ||
**/target | ||
**/ts-tests |
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
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
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
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
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
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
Oops, something went wrong.