Skip to content

Commit

Permalink
Merge pull request juju#17269 from jack-w-shaw/3.1-into-3.3
Browse files Browse the repository at this point in the history
juju#17269

Forward merge:
- juju#17137
- juju#17145
- juju#17146
- juju#17172
- juju#17267

Conflicts:
- .github/workflows/client-tests.yml
- go.mod
- go.sum
- scripts/win-installer/setup.iss
- snap/snapcraft.yaml
- version/version.go

Conflicts were trivial to solve
  • Loading branch information
jujubot authored Apr 24, 2024
2 parents e06de96 + dd933f0 commit fe5c20f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/client-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,21 @@ jobs:
run: |
make install-mongo-dependencies
- name: "Install musl & dqlite (Ubuntu)"
- name: "Install musl & dqlite (Ubuntu)"
if: (matrix.os == 'ubuntu-latest')
shell: bash
run: |
sudo make MUSL_CROSS_COMPILE=0 musl-install dqlite-install
- name: "Install Mongo Dependencies (macOS)"
if: (matrix.os == 'macOS-latest')
run: |
brew tap mongodb/brew
brew update
brew install [email protected]
brew link [email protected]
brew services start mongodb/brew/[email protected]
- name: "Test client (Ubuntu)"
if: (matrix.os == 'ubuntu-latest')
shell: bash
Expand Down

0 comments on commit fe5c20f

Please sign in to comment.