Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grid5000
g5k-api
Commits
49cd75be
Commit
49cd75be
authored
Oct 26, 2018
by
MARGERY David
Browse files
fixup! [Bug #9792] Update and use build dependencies
parent
671cb42c
Pipeline
#46943
failed with stages
in 6 minutes and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
49cd75be
...
...
@@ -59,7 +59,7 @@ deb-for-jessie: &deb-for-jessie
-
apt-get update && apt-get -y --no-install-recommends install devscripts build-essential equivs
-
"
sed
-i
-e
's/default-libmysqlclient-dev/libmysqlclient-dev/'
debian/control"
-
mk-build-deps -ir -t 'apt-get -y --no-install-recommends'
-
apt-get install -y lsb-release
ruby-dev
curl pkg-config
-
apt-get install -y lsb-release curl pkg-config
-
bundle install --path vendor/bundle
-
bundle exec rake package:build:debian
artifacts
:
...
...
@@ -75,7 +75,7 @@ deb-for-stretch:
script
:
-
apt-get update && apt-get -y --no-install-recommends install devscripts build-essential equivs
-
mk-build-deps -ir -t 'apt-get -y --no-install-recommends'
-
apt-get install -y lsb-release
ruby-dev
curl pkg-config
-
apt-get install -y lsb-release curl pkg-config
-
bundle install --path vendor/bundle
-
bundle exec rake package:build:debian
...
...
debian/control
View file @
49cd75be
...
...
@@ -3,7 +3,7 @@ Section: unknown
Priority: extra
Maintainer: Grid'5000 developpers <g5k-developers@lists.grid5000.fr>
Uploaders: David Margery <david.margery@inria.fr>
Build-Depends: debhelper (>= 7), git, bundler, rake, libssl-dev, libxml2-dev, libxslt-dev, libicu-dev, default-libmysqlclient-dev, libpq-dev, nodejs
Build-Depends: debhelper (>= 7), git, bundler, rake, libssl-dev, libxml2-dev, libxslt-dev, libicu-dev, default-libmysqlclient-dev, libpq-dev, nodejs
, ruby-dev
Standards-Version: 3.7.3
Homepage: https://api.grid5000.fr
...
...
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