Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
docker-lineage-cicd
Commits
c0a1996c
Commit
c0a1996c
authored
Mar 17, 2022
by
Alexandre Roux
Browse files
include git-lfs
parent
f9e79647
Changes
3
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
c0a1996c
...
...
@@ -153,7 +153,7 @@ RUN apt-get -qq update
RUN
apt-get
-qqy
upgrade
RUN
apt-get
install
-y
bc bison bsdmainutils build-essential ccache cgpt clang cron
\
curl flex g++-multilib gcc-multilib git gnupg gperf imagemagick kmod
\
curl flex g++-multilib gcc-multilib git
git-lfs
gnupg gperf imagemagick kmod
\
lib32ncurses5-dev libncurses5 lib32readline-dev lib32z1-dev libtinfo5 liblz4-tool
\
libncurses5-dev libsdl1.2-dev libssl-dev libxml2
\
libxml2-utils lsof lzop maven openjdk-8-jdk pngcrush
\
...
...
Dockerfile.community
View file @
c0a1996c
...
...
@@ -153,7 +153,7 @@ RUN apt-get -qq update
RUN apt-get -qqy upgrade
RUN apt-get install -y bc bison bsdmainutils build-essential ccache cgpt clang cron \
curl flex g++-multilib gcc-multilib git gnupg gperf imagemagick kmod \
curl flex g++-multilib gcc-multilib git
git-lfs
gnupg gperf imagemagick kmod \
lib32ncurses5-dev libncurses5 lib32readline-dev lib32z1-dev libtinfo5 liblz4-tool \
libncurses5-dev libsdl1.2-dev libssl-dev libxml2 \
libxml2-utils lsof lzop maven pngcrush \
...
...
src/build.sh
View file @
c0a1996c
...
...
@@ -119,7 +119,10 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then
if
!
repo
sync
-c
--force-sync
then
sync_successful
=
false
else
repo forall
-c
'git lfs pull'
fi
if
[
!
-d
"vendor/
$vendor
"
]
;
then
echo
">> [
$(
date
)
] Missing
\"
vendor/
$vendor
\"
, aborting"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment