-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into txn_revision_id
- Loading branch information
Showing
2 changed files
with
7 additions
and
19 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 |
---|---|---|
|
@@ -22,28 +22,16 @@ jobs: | |
- name: Run pre-commit hooks | ||
uses: pre-commit/[email protected] | ||
|
||
pre-commit: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v3 | ||
|
||
test-install-from-source: | ||
name: Test PostgreSQL ${{ matrix.pg }} source install on Ubuntu ${{ matrix.release }} | ||
runs-on: ubuntu-22.04 | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
pg: ['12', '13', '14', '15', '16'] | ||
release: [20.04, 22.04] | ||
steps: | ||
|
||
- name: Check out repository | ||
uses: actions/checkout@v3.5.2 | ||
uses: actions/checkout@v4.1.1 | ||
|
||
- name: Build Docker container | ||
run: | ||
docker build --build-arg=RELEASE=${{ matrix.release }} --build-arg="PG_VERSION=${{ | ||
matrix.pg }}" --tag=tester . | ||
run: docker build --build-arg=RELEASE=${{ matrix.release }} --tag=tester . | ||
|
||
- name: Install from source | ||
run: docker run --rm tester ./test/ci/install-from-source.bash |
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,14 +1,14 @@ | ||
{ | ||
"nixpkgs": { | ||
"branch": "release-22.11", | ||
"branch": "nixpkgs-unstable", | ||
"description": "Nix Packages collection", | ||
"homepage": "", | ||
"owner": "NixOS", | ||
"repo": "nixpkgs", | ||
"rev": "f2e827cbac90dc046f902c96ee9e0da3e45fb452", | ||
"sha256": "0405jcvh850d1dwqqxh670irx8pa9dc972r9cavjw4snc7zvdcl2", | ||
"rev": "31cd1b4afbaf0b1e81272ee9c31d1ab606503aed", | ||
"sha256": "1hd48vkdrj8rgihrkjfhr3amqlf3phjshqyylslb836n6vlp18pp", | ||
"type": "tarball", | ||
"url": "https://github.com/NixOS/nixpkgs/archive/f2e827cbac90dc046f902c96ee9e0da3e45fb452.tar.gz", | ||
"url": "https://github.com/NixOS/nixpkgs/archive/31cd1b4afbaf0b1e81272ee9c31d1ab606503aed.tar.gz", | ||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" | ||
} | ||
} |