Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gluon-builder
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ffbs
gluon-builder
Commits
6fd9c83d
Commit
6fd9c83d
authored
5 years ago
by
chrissi^
Browse files
Options
Downloads
Patches
Plain Diff
Add ar71xx-mikrotik with BROKEN=1 to beta only
Signed-off-by:
Chrissi^
<
chris@tinyhost.de
>
parent
3d5ada46
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
builder.sh
+16
-2
16 additions, 2 deletions
builder.sh
with
16 additions
and
2 deletions
builder.sh
+
16
−
2
View file @
6fd9c83d
...
...
@@ -10,6 +10,7 @@ ARCHITECTURES=( \
ar71xx-tiny
\
ar71xx-generic
\
ar71xx-nand
\
ar71xx-mikrotik
\
brcm2708-bcm2708
\
brcm2708-bcm2709
\
ipq40xx
\
...
...
@@ -75,16 +76,29 @@ do
echo
"#######################################"
echo
"#######################################"
echo
Building
$ARCHITECTURE
if
[
"
$ARCHITECTURE
"
=
"ar71xx-mikrotik"
]
;
then
if
[
"
$BRANCH
"
=
"beta"
]
;
then
echo
"Allowing to bild ar71xx-mikrotik since we build for beta"
else
echo
"Skipping build for ar71xx-mikrotik since we do not build for beta"
continue
fi
BROKEN
=
"BROKEN=1"
else
unset
BROKEN
fi
echo
Building with
BROKEN
=
$BROKEN
echo
"#######################################"
echo
"#######################################"
# Preparing build
# ###############
make clean
GLUON_TARGET
=
$ARCHITECTURE
$DEBUG
-j24
make clean
$BROKEN
GLUON_TARGET
=
$ARCHITECTURE
$DEBUG
-j24
# Doing the Build
# ###############
make all
GLUON_TARGET
=
$ARCHITECTURE
$DEBUG
-j10
GLUON_RELEASE
=
${
RELEASENAME
}
GLUON_BRANCH
=
$BRANCH
GLUON_PRIORITY
=
$PRIO
GLUON_ATH10K_MESH
=
11s
make all
$BROKEN
GLUON_TARGET
=
$ARCHITECTURE
$DEBUG
-j10
GLUON_RELEASE
=
${
RELEASENAME
}
GLUON_BRANCH
=
$BRANCH
GLUON_PRIORITY
=
$PRIO
echo
Exiting with Code
$?
done
...
...
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