Don't install ares
This commit is contained in:
+32
-13
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user