Skip to content

Commit

Permalink
downgrade archlinux image to solve missing symbol
Browse files Browse the repository at this point in the history
Build in latest archlinux is failing with:
  /usr/sbin/ld: /usr/lib/libpango-1.0.so:
  undefined reference to `g_once_init_enter_pointer'
  • Loading branch information
Karry committed May 14, 2024
1 parent accacc1 commit 6512024
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/docker/archlinux_clang_cmake/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM archlinux:base
FROM archlinux:base-20231112.0.191179

RUN pacman --noconfirm --needed -Sy \
git \
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/archlinux_gcc_cmake/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM archlinux:base
FROM archlinux:base-20231112.0.191179

RUN pacman --noconfirm --needed -Sy \
git \
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/archlinux_gcc_meson/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM archlinux:base
FROM archlinux:base-20231112.0.191179

RUN pacman --noconfirm --needed -Sy \
git \
Expand Down

0 comments on commit 6512024

Please sign in to comment.