-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into let-total
- Loading branch information
Showing
32 changed files
with
665 additions
and
7,436 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 |
---|---|---|
|
@@ -48,52 +48,9 @@ jobs: | |
- name: 'Check code is formatted correctly' | ||
uses: axel-op/googlejavaformat-action@v3 | ||
with: | ||
version: 1.18.1 | ||
version: v1.18.1 | ||
args: "--dry-run --set-exit-if-changed" | ||
|
||
nix-maven: | ||
name: 'Nix: Maven' | ||
runs-on: ubuntu-20.04 | ||
needs: format-check | ||
steps: | ||
|
||
- name: 'Check out code, set up Git' | ||
uses: actions/checkout@v3 | ||
with: | ||
submodules: recursive | ||
fetch-depth: 0 | ||
- run: | | ||
git config user.name devops | ||
git config user.email [email protected] | ||
- name: 'Install Nix' | ||
uses: cachix/install-nix-action@v22 | ||
with: | ||
install_url: https://releases.nixos.org/nix/nix-2.13.3/install | ||
extra_nix_config: | | ||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} | ||
substituters = http://cache.nixos.org https://hydra.iohk.io | ||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= | ||
- name: 'Install Cachix' | ||
uses: cachix/cachix-action@v12 | ||
with: | ||
name: k-framework | ||
authToken: '${{ secrets.CACHIX_PUBLIC_TOKEN }}' | ||
skipPush: true | ||
|
||
- name: 'Update Maven dependencies, push changes' | ||
run: | | ||
set -x | ||
git checkout ${GITHUB_HEAD_REF} | ||
if ! git diff --exit-code origin/${GITHUB_BASE_REF} origin/${GITHUB_HEAD_REF} \ | ||
-- $(find . -name pom.xml); then | ||
nix run .#update-maven | ||
fi | ||
if git add nix/ && git commit -m 'Update Nix lock files'; then | ||
git push | ||
fi | ||
test-k: | ||
name: 'K Tests' | ||
runs-on: [self-hosted, linux, normal] | ||
|
@@ -225,7 +182,6 @@ jobs: | |
- runner: MacM1 | ||
os: self-macos-12 | ||
runs-on: ${{ matrix.runner }} | ||
needs: [nix-maven] | ||
steps: | ||
- name: 'Check out code' | ||
uses: actions/checkout@v3 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
a81e7cf4ccafcfbc07340df3d3ef7efdca3df1fc | ||
175f10b16ad50dd2bb50fcfe68cbcacd79760317 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Submodule hs-backend-booster
updated
18 files
Oops, something went wrong.