Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-project
Commits
5a94f17a
Commit
5a94f17a
authored
4 years ago
by
Jenkins
Browse files
Options
Downloads
Plain Diff
submodules: update nightly branch
parents
a6159081
c2b821f3
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
client-gnome
+1
-1
1 addition, 1 deletion
client-gnome
daemon
+1
-1
1 addition, 1 deletion
daemon
docker/Dockerfile_ubuntu_18.04_i386
+10
-1
10 additions, 1 deletion
docker/Dockerfile_ubuntu_18.04_i386
lrc
+1
-1
1 addition, 1 deletion
lrc
with
13 additions
and
4 deletions
client-gnome
@
905357ad
Subproject commit
f8a418dff602ccc4e8f460b190fe6575fa95d94a
Subproject commit
905357ad560c0a4f839e71f63c142e445e0d4149
This diff is collapsed.
Click to expand it.
daemon
@
84cf2b44
Subproject commit
3b2334fc77b8e58dfafcc7717b5d38a6e0a82845
Subproject commit
84cf2b44deab211d3b16348ff42f9d4577ae228c
This diff is collapsed.
Click to expand it.
docker/Dockerfile_ubuntu_18.04_i386
+
10
−
1
View file @
5a94f17a
...
...
@@ -10,12 +10,18 @@ RUN apt-get update && \
RUN apt-get clean
RUN apt-get update && \
apt-get install -y -o Acquire::Retries=10 \
g++-8 \
gcc-8 \
cpp-8 \
file \
make \
libc6-dev \
libstdc++-8-dev \
git \
autoconf \
automake \
autopoint \
cmake \
libtool \
libdbus-1-dev \
libdbus-c++-dev \
libgnutls28-dev \
...
...
@@ -65,6 +71,9 @@ RUN apt-get update && \
libssl-dev \
libsndfile1-dev
RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 50
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 50
ADD scripts/build-package-debian.sh /opt/build-package-debian.sh
CMD /opt/build-package-debian.sh
This diff is collapsed.
Click to expand it.
lrc
@
5b7c6aa1
Subproject commit
a9f833f16aacf50e0768a172210e76ea1f38d95a
Subproject commit
5b7c6aa19e878a92194fbee5de4226706415d50d
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment