Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DP3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
ResearchAndDevelopment
DP3
Merge requests
!1267
AST-1553
Remove IDG from Ubuntu 20 build; Add Ubuntu 24 build
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
AST-1553
Remove IDG from Ubuntu 20 build; Add Ubuntu 24 build
ast-1553-use-ubuntu-24
into
master
Overview
5
Commits
8
Pipelines
12
Changes
1
All threads resolved!
Hide all comments
Merged
Maik Nijhuis
requested to merge
ast-1553-use-ubuntu-24
into
master
9 months ago
Overview
5
Commits
8
Pipelines
12
Changes
1
All threads resolved!
Hide all comments
Expand
Since IDG no longer supports Ubuntu 20 (it uses CMake 3.17, while Ubuntu 20 has CMake 3.16), remove it from the Ubuntu 20 CI build.
Add a basic Ubuntu 24 build on CI.
Edited
9 months ago
by
Maik Nijhuis
0
0
Merge request reports
Viewing commit
4f61aa04
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
4f61aa04
Try Ubuntu 24 branch of IDG
· 4f61aa04
Maik Nijhuis
authored
9 months ago
docker/ubuntu_22_04_base
+
2
−
2
Options
@@ -3,8 +3,8 @@ FROM ubuntu:22.04
# TODO: needs to be bumped before next DP3 release
# ENV IDG_VERSION=0.8
ENV EVERYBEAM_VERSION=v0.5.8
ENV IDG_VERSION=
6b61c038883ad3f807d20047c4f9e1a1f0b8d98a
ENV AOFLAGGER_VERSION=
65d5fba4f4c12797386d3fd9
cd
7
67
34956a8b233
ENV IDG_VERSION=
9ce6fa88b9d746d8d7146c474992aba9b98eb41f
ENV AOFLAGGER_VERSION=
b1256de90b00a5a83477274390de
cd
6
67
1cdcd38
RUN export DEBIAN_FRONTEND="noninteractive" && \
apt-get update && \
Loading