Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
steamrt
steam-runtime-tools
Commits
844fcb46
Commit
844fcb46
authored
1 year ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
Revert "CI: Switch development container to Debian 12"
This reverts commit
1982a2d4
.
parent
dcc05c25
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!580
Fix several memory leaks
Pipeline
#55991
passed
1 year ago
Stage: build
Stage: relocatable-install
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/gitlab-ci.yml
+2
-2
2 additions, 2 deletions
debian/gitlab-ci.yml
with
2 additions
and
2 deletions
debian/gitlab-ci.yml
+
2
−
2
View file @
844fcb46
...
...
@@ -167,7 +167,7 @@ package:sniper:
build:devel
:
stage
:
build
image
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:
bookworm
-slim
image
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:
testing
-slim
before_script
:
-
*common_before_script
-
|
...
...
@@ -204,7 +204,7 @@ build:devel:
build:clang
:
stage
:
build
image
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:
bookworm
-slim
image
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:
testing
-slim
before_script
:
-
*common_before_script
-
./ci/prepare-deb.sh $BUILD_DEPENDENCIES clang clang-tools libclang-rt-dev
...
...
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