mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
CI: Switch Void mirror to repo-ci.voidlinux.org
This commit is contained in:
parent
d15f30057e
commit
2aa00d9ab2
1 changed files with 7 additions and 3 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -4,8 +4,8 @@
|
||||||
# Void dependencies based on:
|
# Void dependencies based on:
|
||||||
# https://github.com/void-linux/void-packages/blob/master/srcpkgs/wlroots/template
|
# https://github.com/void-linux/void-packages/blob/master/srcpkgs/wlroots/template
|
||||||
#
|
#
|
||||||
# TODO: switch mirror to repo-ci.voidlinux.org once configured on their end:
|
# Recommended GH CI Void mirror based on
|
||||||
# https://github.com/void-linux/void-packages/blob/master/common/travis/set_mirror.sh
|
# https://docs.voidlinux.org/xbps/repositories/mirrors/changing.html
|
||||||
|
|
||||||
name: Compile
|
name: Compile
|
||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
|
|
@ -84,8 +84,12 @@ jobs:
|
||||||
- name: Install Void Linux dependencies
|
- name: Install Void Linux dependencies
|
||||||
if: matrix.name == 'Void-musl'
|
if: matrix.name == 'Void-musl'
|
||||||
run: |
|
run: |
|
||||||
|
mkdir -p /etc/xbps.d
|
||||||
|
cp /usr/share/xbps.d/*-repository-*.conf /etc/xbps.d/
|
||||||
|
sed -i "s:repo-default\.voidlinux\.org:repo-ci.voidlinux.org:g" \
|
||||||
|
/etc/xbps.d/*-repository-*.conf
|
||||||
xbps-install -Syu || xbps-install -yu xbps
|
xbps-install -Syu || xbps-install -yu xbps
|
||||||
xbps-install -yu
|
xbps-install -Syu
|
||||||
xbps-install -y git meson gcc clang pkg-config wlroots libxml2-devel \
|
xbps-install -y git meson gcc clang pkg-config wlroots libxml2-devel \
|
||||||
wayland-devel glslang libgbm-devel libglvnd-devel libseat-devel \
|
wayland-devel glslang libgbm-devel libglvnd-devel libseat-devel \
|
||||||
eudev-libudev-devel libdrm-devel libinput-devel libxkbcommon-devel \
|
eudev-libudev-devel libdrm-devel libinput-devel libxkbcommon-devel \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue