Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LeaseReport
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
LeaseReport
Compare revisions
1b6bed16bbafff5d91ed1624ac05643f2e2d015a to d5e37376f5547862287b31252fa83486ac999231
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
privatestorage/LeaseReport
Select target project
No results found
d5e37376f5547862287b31252fa83486ac999231
Select Git revision
Branches
main
Swap
Target
privatestorage/LeaseReport
Select target project
privatestorage/LeaseReport
1 result
1b6bed16bbafff5d91ed1624ac05643f2e2d015a
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Remove run-time dependency on GCC
· 358b25cb
Florian Sesser
authored
1 year ago
358b25cb
Merge branch '1.remove-gcc-runtime-dependency' into 'main'
· d5e37376
Florian Sesser
authored
1 year ago
Remove run-time dependency on GCC Closes
#1
See merge request
!5
d5e37376
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nix/default.nix
+7
-0
7 additions, 0 deletions
nix/default.nix
with
7 additions
and
0 deletions
nix/default.nix
View file @
d5e37376
...
...
@@ -21,4 +21,11 @@ in
name
=
"LeaseReport"
;
src
=
../.
;
};
modules
=
[{
# Remove runtime dependency on GCC
packages
.
LeaseReport
.
components
.
exes
.
LeaseReport
=
{
dontStrip
=
false
;
enableShared
=
false
;
};
}];
}
This diff is collapsed.
Click to expand it.