Skip to content

Commit 4813779

Browse files
authored
Merge branch 'master' into op-dsocr-clean
2 parents 8d2e3b2 + 2e1c9cd commit 4813779

File tree

422 files changed

+41297
-15944
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

422 files changed

+41297
-15944
lines changed

.devops/vulkan.Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
ARG UBUNTU_VERSION=25.10
1+
ARG UBUNTU_VERSION=26.04
22

33
FROM ubuntu:$UBUNTU_VERSION AS build
44

5-
# Ref: https://vulkan.lunarg.com/doc/sdk/latest/linux/getting_started.html
6-
75
# Install build tools
86
RUN apt update && apt install -y git build-essential cmake wget xz-utils
97

@@ -52,6 +50,7 @@ WORKDIR /app
5250

5351
RUN apt-get update \
5452
&& apt-get install -y \
53+
build-essential \
5554
git \
5655
python3 \
5756
python3-pip \

.github/workflows/build-riscv-native.yml

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)