Skip to content

Commit

Permalink
Merge branch 'master' into txn_revision_id
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj authored Feb 27, 2024
2 parents d174af2 + e4b9948 commit 3952e52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions nix/sources.json
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"
}
}

0 comments on commit 3952e52

Please sign in to comment.