Skip to content

Commit 3943631

Browse files
committed
refactor(ci): use non-AUR simdjson
For testing on Arch Linux, we're installing simdjson from AUR. Use the normal simdjson package instead, simplifying testing.
1 parent e1a5cf0 commit 3943631

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/unvendored.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,14 @@ jobs:
2121
cmake \
2222
git \
2323
gtest \
24+
simdjson \
2425
sudo
2526
2627
# HACK(strager): Create a user so we can run makepkg. makepkg refuses
2728
# to run as root.
2829
useradd arch-builder
2930
printf 'arch-builder ALL=(ALL) NOPASSWD: ALL\n' >/etc/sudoers.d/arch-builder
3031
31-
sudo -u arch-builder sh -e -c '
32-
git clone https://aur.archlinux.org/simdjson.git /tmp/aur-simdjson
33-
cd /tmp/aur-simdjson
34-
makepkg --syncdeps --install --noconfirm
35-
'
36-
3732
# HACK(strager): Work around the following error from
3833
# 'git remote add origin ...':
3934
#

0 commit comments

Comments
 (0)