We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a5cf0 commit 3943631Copy full SHA for 3943631
.github/workflows/unvendored.yml
@@ -21,19 +21,14 @@ jobs:
21
cmake \
22
git \
23
gtest \
24
+ simdjson \
25
sudo
26
27
# HACK(strager): Create a user so we can run makepkg. makepkg refuses
28
# to run as root.
29
useradd arch-builder
30
printf 'arch-builder ALL=(ALL) NOPASSWD: ALL\n' >/etc/sudoers.d/arch-builder
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
-
37
# HACK(strager): Work around the following error from
38
# 'git remote add origin ...':
39
#
0 commit comments