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 d819586
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 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 @@ -44,8 +46,18 @@ jobs:
run: |
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
timescaledb-2-postgresql-${{ matrix.pg }} timescaledb-tools=0.15.0~debian12
echo "versions"
timescaledb-tune --version
pg_config --version
apt-get install strace
EOF
- name: Debug
run: |
cat <<"EOF" | docker exec -i arm_container bash
export GODEBUG=execerrdot=0
timescaledb-tune -pg-config /usr/bin/pg_config
EOF
- name: List available versions
Expand Down

0 comments on commit d819586

Please sign in to comment.