Merge pull request #541 from tahoe-lafs/2961.circleci-slackware.14-2
Fix CircleCI Slackware 14.2 job Fixes: ticket:2961
This commit is contained in:
commit
b88f166018
|
@ -341,7 +341,14 @@ jobs:
|
||||||
name: "Install Git"
|
name: "Install Git"
|
||||||
command: |
|
command: |
|
||||||
slackpkg update
|
slackpkg update
|
||||||
slackpkg install openssh-7.4p1 git-2.14.4 </dev/null
|
|
||||||
|
# Be careful with slackpkg. If the package name given doesn't
|
||||||
|
# match anything, slackpkg still claims to succeed but you're
|
||||||
|
# totally screwed. Slackware updates versions of packaged
|
||||||
|
# software so including too much version prefix is a good way to
|
||||||
|
# have your install commands suddenly begin not installing
|
||||||
|
# anything.
|
||||||
|
slackpkg install openssh-7 git-2 </dev/null
|
||||||
|
|
||||||
- "checkout"
|
- "checkout"
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Some Slackware 14.2 continuous integration problems have been resolved.
|
Loading…
Reference in New Issue