Machine bootstrapping tool with a focus on sensible defaults, conventions, and avoidance of vendoring - This is a mirror
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #60 from maxfierke/mf-fix_provisioning_tests

ci: install Ruby stdlib on archlinux smoke tests

authored by mx4ke.xyz and committed by

GitHub 81938fe4 5579ae98

+4 -4
+1 -1
.tool-versions
··· 1 - crystal 1.12.2 1 + crystal 1.13.2
+1 -1
shard.lock
··· 26 26 27 27 spectator: 28 28 git: https://gitlab.com/arctic-fox/spectator.git 29 - version: 0.11.6 29 + version: 0.12.1 30 30 31 31 term-cursor: 32 32 git: https://github.com/crystal-term/cursor.git
+1 -1
shard.yml
··· 20 20 version: ~> 1.6.1 21 21 spectator: 22 22 gitlab: arctic-fox/spectator 23 - version: ~> 0.11.6 23 + version: ~> 0.12.1 24 24 25 25 libraries: 26 26 libevent: "*"
+1 -1
spec/provisioning/docker/archlinux-test.Dockerfile
··· 1 1 FROM archlinux:base 2 2 3 - RUN pacman --noconfirm -Syu && pacman --noconfirm -S ruby openssh zsh expat sudo 3 + RUN pacman --noconfirm -Syu && pacman --noconfirm -S ruby ruby-stdlib openssh zsh expat sudo 4 4 5 5 RUN useradd -m -s /bin/bash -G wheel mstrap 6 6 RUN echo 'mstrap ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers