Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
buildstream
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
BuildStream
buildstream
Commits
62942bfd
Commit
62942bfd
authored
6 years ago
by
Valentin David
Browse files
Options
Downloads
Patches
Plain Diff
Use less fetchers in overnight build to work-around limitations from servers.
Issue happens with sourceware.org server. Fixes
#742
parent
82e971ef
No related branches found
No related tags found
Loading
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-0
6 additions, 0 deletions
.gitlab-ci.yml
with
6 additions
and
0 deletions
.gitlab-ci.yml
+
6
−
0
View file @
62942bfd
...
...
@@ -166,6 +166,12 @@ docs:
BST_EXT_REF
:
1d6ab71151b93c8cbc0a91a36ffe9270f3b835f1
# 0.5.1
FD_SDK_REF
:
88d7c22c2281b987faa02edd57df80d430eecf1f
# 18.08.11-35-g88d7c22c
before_script
:
-
|
mkdir -p "${HOME}/.config"
cat <<EOF >"${HOME}/.config/buildstream.conf"
scheduler:
fetchers: 2
EOF
-
(cd dist && ./unpack.sh && cd buildstream && pip3 install .)
-
pip3 install --user -e ${BST_EXT_URL}@${BST_EXT_REF}#egg=bst_ext
-
git clone https://gitlab.com/freedesktop-sdk/freedesktop-sdk.git
...
...
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