-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #812 from overte-org/linux-server-gha-update
Linux server gha update
- Loading branch information
Showing
4 changed files
with
16 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 0 additions & 44 deletions
44
tools/ci-scripts/deb_package/Dockerfile_build_ubuntu-18.04
This file was deleted.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
...ts/rpm_package/Dockerfile_build_fedora-37 → ...ts/rpm_package/Dockerfile_build_fedora-39
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Copyright 2022-2023 Overte e.V. | ||
# Copyright 2022-2024 Overte e.V. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# Docker file for building Overte Server | ||
# Example build: docker build -t overte/overte-server-build:0.1.3-fedora-37 -f Dockerfile_build_fedora-37 . | ||
FROM fedora:37 | ||
# Example build: docker build -t overte/overte-server-build:0.1.4-fedora-39 -f Dockerfile_build_fedora-39 . | ||
FROM fedora:39 | ||
LABEL maintainer="Julian Groß ([email protected])" | ||
LABEL description="Development image for Overte Domain server and assignment clients." | ||
|
||
# Install Overte domain-server and assignment-client build dependencies | ||
RUN dnf -y install curl ninja-build git cmake gcc-c++ openssl-devel qt5-qtwebsockets-devel qt5-qtmultimedia-devel unzip libXext-devel qt5-qtwebchannel-devel qt5-qtwebengine-devel qt5-qtxmlpatterns-devel systemd-devel | ||
RUN dnf -y install curl ninja-build git cmake gcc gcc-c++ openssl-devel qt5-qtwebsockets-devel qt5-qtmultimedia-devel unzip libXext-devel qt5-qtwebchannel-devel qt5-qtwebengine-devel qt5-qtxmlpatterns-devel systemd-devel python3.11 | ||
|
||
# Install additional build tools | ||
RUN dnf -y install zip unzip | ||
|