-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2821 from wireapp/release_2022-11-03_13_56
Release 2022-11-03 - (expected chart version 4.26.0)
- Loading branch information
Showing
583 changed files
with
11,778 additions
and
12,950 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
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 |
---|---|---|
|
@@ -4,30 +4,6 @@ on: | |
branches: [master, develop] | ||
|
||
jobs: | ||
build-dev-env: | ||
name: Build dev env | ||
environment: cachix # for secrets | ||
strategy: | ||
matrix: | ||
os: | ||
- ubuntu-latest | ||
# This is too expensive | ||
# - macos-latest | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: true | ||
- uses: cachix/[email protected] | ||
- uses: cachix/cachix-action@v10 | ||
with: | ||
name: wire-server | ||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' | ||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' | ||
- name: Build the wire-server-direnv | ||
run: nix-build --no-out-link ./nix -A devEnv | ||
- name: Install the wire-server-direnv | ||
run: nix-env -if ./nix -A devEnv | ||
build-docs: | ||
name: Build docs | ||
environment: cachix | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
infixr 10 .= | ||
infix 4 === | ||
infix 4 =/= | ||
infixr 3 !!! | ||
infixr 3 <!! |
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.