Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
siteconf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Firmware
siteconf
b35a60b5a2dac85be32d3418be30599e01b82b8c
siteconf
build
build.sh
Find file
Normal view
Permalink
build.sh
94 B
Newer
Older
add number of cpus
Johannes Rudolph
committed
9 years ago
1
2
#!/bin/sh
add ifconfig
Johannes Rudolph
committed
9 years ago
3
4
ifconfig
add number of cpus
Johannes Rudolph
committed
9 years ago
5
6
cpus
=
`
nproc
`
add ifconfig
Johannes Rudolph
committed
9 years ago
7
8
echo
$cpus
add number of cpus
Johannes Rudolph
committed
9 years ago
9
make update
add ifconfig
Johannes Rudolph
committed
9 years ago
10
make
-dkj
$cpus
GLUON_BRANCH
=
stable