Skip to content

Commit e2eb0bd

Browse files
committed
Remove 'fmt' from binary dependencies in ci tests
We only support using the subproject.
1 parent 561ce5e commit e2eb0bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: build-aux/ci-test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -le
22

3-
pacman -Syu --noconfirm base-devel git gmock gtest python meson fmt perl
3+
pacman -Syu --noconfirm base-devel git gmock gtest python meson perl
44

55
# Needed to ensure PATH is properly set for perl, etc.
66
source /etc/profile

Diff for: build-aux/ci-test-asan

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -le
22

3-
pacman -Syu --noconfirm base-devel git gmock gtest python meson fmt perl
3+
pacman -Syu --noconfirm base-devel git gmock gtest python meson perl
44

55
# Needed to ensure PATH is properly set for perl, etc.
66
source /etc/profile

0 commit comments

Comments
 (0)