Skip to content

Commit

Permalink
debug arm64 test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Sep 27, 2024
1 parent 57c1dec commit 61653f4
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/apt-arm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [ "debian:10-slim", "debian:11-slim", "debian:12-slim", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04" ]
pg: [ 14, 15, 16 ]
image: [ "debian:12-slim" ]
pg: [ 16 ]
# image: [ "debian:10-slim", "debian:11-slim", "debian:12-slim", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04" ]
# pg: [ 14, 15, 16 ]

steps:
- name: Setup emulation
Expand All @@ -45,7 +47,15 @@ jobs:
cat <<"EOF" | docker exec -i arm_container bash
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
timescaledb-2-postgresql-${{ matrix.pg }} timescaledb-tools
timescaledb-tune --quiet --yes
echo "versions"
timescaledb-tune --version
pg_config --version
EOF
- name: Debug
run: |
cat <<"EOF" | docker exec -i arm_container bash
timescaledb-tune --yes
EOF
- name: List available versions
Expand Down

0 comments on commit 61653f4

Please sign in to comment.