mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-08-21 15:17:15 +00:00
Fix
This commit is contained in:
9
.github/workflows/arch_pkg.yaml
vendored
9
.github/workflows/arch_pkg.yaml
vendored
@@ -9,7 +9,8 @@ jobs:
|
|||||||
name: Arch Linux package
|
name: Arch Linux package
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: archlinux
|
image: archlinux:base-devel
|
||||||
|
options: --user build
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
@@ -22,9 +23,11 @@ jobs:
|
|||||||
target: x86_64-unknown-linux-musl
|
target: x86_64-unknown-linux-musl
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
- name: Install build deps
|
- name: Install build deps
|
||||||
run: pacman -Syu --noconfirm rustup musl git
|
run: pacman -Syu --noconfirm rustup musl git base-devel sudo
|
||||||
- name: Build ZST package
|
- name: Build ZST package
|
||||||
run: makepkg -f
|
run: |
|
||||||
|
useradd -G wheel -d /rexec/ -s /bin/bash build
|
||||||
|
makepkg -f
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
name: Upload ZST package
|
name: Upload ZST package
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user