Skip to content

2.38-4 fixups

2.38-4 fixups #17

name: Arch Linux glibc-eac CI
on: [workflow_dispatch, push]
jobs:
build:
runs-on: ubuntu-latest
container: archlinux:latest
steps:
- uses: actions/checkout@v2
- name: Compile
run: |
echo -e "[multilib]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
pacman -Syu --noconfirm base-devel git sudo
useradd user -G wheel && echo "user ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
chown user -R ..
chown user -R /tmp
su user -c "yes ''|PKGDEST=/tmp/glibc ./glibc_eac.sh"
- name: Archive the artifacts
uses: actions/upload-artifact@v2
with:
name: glibc
path: /tmp/glibc