This commit is contained in:
parent
d46fb98321
commit
c60f3abf07
3 changed files with 35 additions and 9 deletions
|
|
@ -18,13 +18,15 @@ jobs:
|
|||
|
||||
- name: build inside container
|
||||
run: |
|
||||
docker run --rm \
|
||||
podman run --rm \
|
||||
-v "$(pwd)/src:/workspace" \
|
||||
-w /workspace \
|
||||
fedora:41 \
|
||||
bash -c "
|
||||
set -euo pipefail
|
||||
dnf install -y gcc pkgconf-pkg-config libadwaita-devel cargo
|
||||
dnf install -y gcc pkgconf-pkg-config libadwaita-devel git curl
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable
|
||||
source \$HOME/.cargo/env
|
||||
cargo build --release --locked
|
||||
"
|
||||
|
||||
|
|
@ -66,4 +68,4 @@ jobs:
|
|||
"${PKG_DIR}/breadman-x86_64" \
|
||||
"${PKG_DIR}/breadpad-x86_64.sha256" \
|
||||
"${PKG_DIR}/breadman-x86_64.sha256" \
|
||||
--clobber
|
||||
--clobber
|
||||
Loading…
Add table
Add a link
Reference in a new issue