Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
flow3r
flow3r firmware
Commits
0d257e85
Commit
0d257e85
authored
1 year ago
by
q3k
Browse files
Options
Downloads
Patches
Plain Diff
ci: add bzip2 to build image
parent
23ef6058
No related branches found
No related tags found
No related merge requests found
Pipeline
#6596
failed
1 year ago
Stage: check
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
nix/docker-image.nix
+1
-1
1 addition, 1 deletion
nix/docker-image.nix
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
0d257e85
...
...
@@ -9,7 +9,7 @@ variables:
default
:
# built via:
# docker load < $(nix-build nix/docker-image.nix)
image
:
registry.k0.hswaw.net/q3k/flow3r-build:
krgzk4xwf485pi8xn6g12vfccvyc38aj
image
:
registry.k0.hswaw.net/q3k/flow3r-build:
n7b7mjzzpf20jfdbmv1j1cl55n8x01xx
clang-tidy
:
stage
:
check
...
...
This diff is collapsed.
Click to expand it.
nix/docker-image.nix
+
1
−
1
View file @
0d257e85
...
...
@@ -31,7 +31,7 @@ pkgs.dockerTools.buildImage {
gcc
gnused
findutils
gnugrep
git
wget
gnumake
cmake
ninja
pkgconfig
gnutar
curl
gnutar
curl
bzip2
];
pathsToLink
=
[
"/bin"
];
};
...
...
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