Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Suyu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Suyu
Commits
9aeaf66e
There was an error fetching the commit references. Please try again later.
Commit
9aeaf66e
authored
1 year ago
by
niansa
Browse files
Options
Downloads
Patches
Plain Diff
Use custom docker image
parent
88b901a2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-4
1 addition, 4 deletions
.gitlab-ci.yml
with
1 addition
and
4 deletions
.gitlab-ci.yml
+
1
−
4
View file @
9aeaf66e
...
@@ -3,13 +3,10 @@ stages:
...
@@ -3,13 +3,10 @@ stages:
build-linux
:
build-linux
:
stage
:
build
stage
:
build
image
:
debian:trixie
# Maybe replace with image with more required dependenci
es
image
:
suyuemu/cibuild:lat
es
t
resource_group
:
linux-ci
resource_group
:
linux-ci
variables
:
variables
:
RELEASE_NAME
:
mainline
RELEASE_NAME
:
mainline
before_script
:
-
apt-get update --yes
-
apt-get install --yes wget ccache cmake gcc g++ nasm git patchelf xz-utils ninja-build autoconf glslang-tools pkg-config catch2 libtool nlohmann-json3-dev qtbase5-dev qtbase5-private-dev qtmultimedia5-dev libqt5gui5 libva-dev libavcodec-dev libavfilter-dev libboost-dev libboost-context-dev libfmt-dev zlib1g-dev libzstd-dev libcurl4-openssl-dev liblz4-dev llvm-17-dev libedit-dev libssl-dev mesa-common-dev libzydis-dev libusb-dev libpulse-dev
script
:
script
:
-
git submodule update --init --depth 1 --recursive
-
git submodule update --init --depth 1 --recursive
-
bash .ci/scripts/linux/docker.sh
-
bash .ci/scripts/linux/docker.sh
...
...
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