Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Povilas Kanapickas
xf86-input-libinput
Commits
da02b7b4
Commit
da02b7b4
authored
Sep 15, 2021
by
Povilas Kanapickas
Browse files
fixup: switch to FDO_DISTRIBUTION_EXEC
parent
1e0e0f70
Pipeline
#402207
passed with stages
in 6 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
da02b7b4
...
@@ -19,7 +19,8 @@ stages:
...
@@ -19,7 +19,8 @@ stages:
variables
:
variables
:
FDO_DISTRIBUTION_VERSION
:
33
FDO_DISTRIBUTION_VERSION
:
33
FDO_DISTRIBUTION_PACKAGES
:
'
git
autoconf
automake
libtool
make
xorg-x11-server-devel
libudev-devel
libevdev-devel
libinput-devel
xorg-x11-util-macros'
FDO_DISTRIBUTION_PACKAGES
:
'
git
autoconf
automake
libtool
make
xorg-x11-server-devel
libudev-devel
libevdev-devel
libinput-devel
xorg-x11-util-macros'
FDO_DISTRIBUTION_TAG
:
'
2021-04-06.0'
FDO_DISTRIBUTION_EXEC
:
'
env
FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT}
bash
.gitlab-ci/fedora-install.sh'
FDO_DISTRIBUTION_TAG
:
'
2021-09-15.0'
fedora@container_build
:
fedora@container_build
:
...
@@ -34,13 +35,6 @@ fedora@container_build:
...
@@ -34,13 +35,6 @@ fedora@container_build:
.default_build
:
.default_build
:
stage
:
build
stage
:
build
script
:
script
:
# we require at least inputproto >= 2.3.99.1 which has been released in xorgproto 2021.5
-
git clone https://gitlab.freedesktop.org/xorg/proto/xorgproto.git --depth 1 --branch=xorgproto-2021.5
-
pushd xorgproto
-
./autogen.sh
-
make -j${FDO_CI_CONCURRENT:-4} install
-
popd
-
rm -rf xorgproto
-
mkdir _builddir _inst
-
mkdir _builddir _inst
-
pushd _builddir > /dev/null
-
pushd _builddir > /dev/null
-
../autogen.sh --prefix=$(realpath ../_inst) --disable-silent-rules
-
../autogen.sh --prefix=$(realpath ../_inst) --disable-silent-rules
...
...
.gitlab-ci/fedora-install.sh
0 → 100755
View file @
da02b7b4
#!/bin/bash
# we require at least inputproto >= 2.3.99.1 which has been released in xorgproto 2021.5
git clone https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
--depth
1
--branch
=
xorgproto-2021.5
pushd
xorgproto
./autogen.sh
make
-j
${
FDO_CI_CONCURRENT
:-
4
}
install
popd
rm
-rf
xorgproto
Write
Preview
Markdown
is supported
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