Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conduwuit
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
Service Desk
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
🥺
conduwuit
Merge requests
!610
docs: add note about the nixos service defaulting to sqlite
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
docs: add note about the nixos service defaulting to sqlite
github/fork/tamara-schmitz/main
into
main
Overview
6
Commits
246
Pipelines
0
Changes
2
Merged
Imported
Import User
requested to merge
github/fork/tamara-schmitz/main
into
main
4 months ago
Overview
6
Commits
246
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
8f140485
Prev
Next
Show latest version
2 files
+
17
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Verified
8f140485
ci: free up a bit of runner space safely (again)
· 8f140485
🥺
authored
4 months ago
Signed-off-by:
strawberry
<
strawberry@puppygock.gay
>
.github/workflows/ci.yml
+
9
−
0
Options
@@ -71,6 +71,15 @@ jobs:
run
:
|
sudo apt install liburing-dev -y
-
name
:
Free up a bit of runner space
run
:
|
set +o pipefail
sudo docker image prune --all --force || true
sudo apt purge -y 'php.*' '^mongodb-.*' '^mysql-.*' azure-cli google-cloud-cli google-chrome-stable firefox powershell microsoft-edge-stable || true
sudo apt clean
sudo rm -v -rf /usr/local/games /usr/local/sqlpackage /usr/local/share/powershell /usr/local/share/edge_driver /usr/local/share/gecko_driver /usr/local/share/chromium /usr/local/share/chromedriver-linux64 /usr/lib/google-cloud-sdk /usr/lib/jvm /usr/lib/mono /usr/lib/heroku
set -o pipefail
-
name
:
Sync repository
uses
:
actions/checkout@v4
Loading