Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
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
FFS Gluon
Commits
1fe5d900
Unverified
Commit
1fe5d900
authored
1 year ago
by
Andreas Ziegler
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #3080 from blocktrron/build-test-own-docker
ci: build Gluon in own Docker image
parents
bc48e8ab
c8a735c3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/build-gluon.yml
+4
-4
4 additions, 4 deletions
.github/workflows/build-gluon.yml
contrib/actions/install-dependencies.sh
+0
-8
0 additions, 8 deletions
contrib/actions/install-dependencies.sh
with
4 additions
and
12 deletions
.github/workflows/build-gluon.yml
+
4
−
4
View file @
1fe5d900
...
...
@@ -44,11 +44,11 @@ jobs:
-
name
:
Show system information
run
:
contrib/actions/show-system-info.sh
-
name
:
Install Dependencies
run
:
sudo contrib/actions/install-dependencies.sh
-
name
:
Build Docker container
run
:
docker build -t gluon-ci-container contrib/docker
-
name
:
Build
run
:
contrib/actions/run-build.sh ${{ matrix.target }}
-
name
:
Build
Gluon
run
:
docker run --rm -v $PWD:/gluon-ci -w /gluon-ci --user "$(id -u):$(id -g)" gluon-ci-container
contrib/actions/run-build.sh ${{ matrix.target }}
-
name
:
Archive build logs
if
:
${{ !cancelled() }}
...
...
This diff is collapsed.
Click to expand it.
contrib/actions/install-dependencies.sh
deleted
100755 → 0
+
0
−
8
View file @
bc48e8ab
#!/bin/sh
set
-e
apt-get
-y
update
apt-get
-y
install
git build-essential python3 gawk unzip libncurses5-dev zlib1g-dev libssl-dev libelf-dev wget rsync
time
qemu-utils
apt-get
-y
clean
rm
-rf
/var/lib/apt/lists/
*
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