Skip to content

Commit

Permalink
Remove 'fmt' from binary dependencies in ci tests
Browse files Browse the repository at this point in the history
We only support using the subproject.
  • Loading branch information
falconindy committed Aug 8, 2024
1 parent 561ce5e commit e2eb0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-aux/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -le

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

# Needed to ensure PATH is properly set for perl, etc.
source /etc/profile
Expand Down
2 changes: 1 addition & 1 deletion build-aux/ci-test-asan
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -le

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

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

0 comments on commit e2eb0bd

Please sign in to comment.