fix(Docker): force sync db ci build
JS/TS / fmt (pull_request) Successful in 10s
JS/TS / lint (pull_request) Successful in 10s
Python / static (pull_request) Failing after 28s
Rust / fmt (pull_request) Successful in 1m19s
Rust / build (pull_request) Successful in 1m45s
Rust / clippy (pull_request) Successful in 1m42s
Python / verify (pull_request) Successful in 2m18s
C++ / fmt (pull_request) Successful in 5s
C++ / build (pull_request) Failing after 10s
C++ / clang-tidy (pull_request) Failing after 12s

This commit is contained in:
2026-08-31 22:05:53 +02:00
parent daf11a64c6
commit ff514acf54
+1 -1
View File
@@ -1,6 +1,6 @@
FROM archlinux:latest FROM archlinux:latest
RUN pacman -Syu --noconfirm RUN pacman -Syyu --noconfirm
# Build toolchain # Build toolchain
RUN pacman -S --noconfirm \ RUN pacman -S --noconfirm \