Don't install ares

This commit is contained in:
2026-04-27 15:01:16 -04:00
parent 2092f632c6
commit d63ba10ae1
2 changed files with 33 additions and 32 deletions
+32 -13
View File
@@ -1,14 +1,33 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/module-stage-list-v1.json
stages:
- from: fedora
name: ares
modules:
- type: script
env:
ARES_VERSION: v147
scripts:
- build-ares.sh
stages: []
# - from: fedora
# name: ares
# modules:
# - type: dnf
# install:
# packages:
# - cmake
# - pkg-config
# - curl
# - git
# - clang
# - ninja-build
# - ccache
# - libX11-devel
# - libXrandr-devel
# - mesa-libGL-devel
# - gtk3-devel
# - openal-soft-devel
# - alsa-lib-devel
# - SDL3-devel
# - pulseaudio-libs-devel
# - libao-devel
# - type: script
# env:
# ARES_VERSION: v147
# scripts:
# - build-ares.sh
modules:
- type: dnf
repos:
@@ -31,7 +50,7 @@ modules:
scripts:
- install-archipelago.sh
- type: copy
from: ares
src: /out
dest: /usr/
# - type: copy
# from: ares
# src: /out
# dest: /usr/