projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4743a3
)
don't install recommended packages in CI
sv_maxu_works
author
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 1 Sep 2022 07:48:48 +0000
(
00:48
-0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 1 Sep 2022 07:48:48 +0000
(
00:48
-0700)
this should save a bunch of time
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 52dbf8c5e47babf9cef89e0b19e21bdfda52f8d6..9277d50f56e03f1c1c1ec3e44027a8254ab3f6c0 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-11,7
+11,7
@@
build:
- apt-get update
# one package per line to simplify sorting, git diff, etc.
- >-
- apt-get -y install
+ apt-get -y install
--no-install-recommends
autoconf
binutils-powerpc64-linux-gnu
binutils-powerpc64le-linux-gnu