This commit is contained in:
parent
ebcb3340c0
commit
61ccabeb12
2 changed files with 9 additions and 4 deletions
|
|
@ -26,15 +26,17 @@ jobs:
|
|||
|
||||
- name: Setup Rust toolchain
|
||||
run: |
|
||||
rustup component add llvm-tools-preview
|
||||
rustup component add --toolchain nightly rustfmt clippy
|
||||
rustup target add x86_64-unknown-linux-gnu
|
||||
rustup target add x86_64-unknown-linux-musl
|
||||
#rustup component add llvm-tools-preview
|
||||
#rustup component add --toolchain nightly rustfmt clippy
|
||||
#rustup target add x86_64-unknown-linux-gnu
|
||||
#rustup target add x86_64-unknown-linux-musl
|
||||
|
||||
- name: Setup additional tooling
|
||||
run: |
|
||||
.forgejo/workflows/setup-tools.sh
|
||||
git config --add safe.directory "$PWD"
|
||||
git config --global safe.directory
|
||||
ls -la
|
||||
|
||||
- name: Build
|
||||
run: just ci build
|
||||
|
|
|
|||
|
|
@ -437,7 +437,10 @@ choose:
|
|||
ci recipe:
|
||||
id -u ci >/dev/null 2>&1 || useradd -m ci
|
||||
chown -R ci:ci .
|
||||
git config --global safe.directory
|
||||
ls -la
|
||||
su ci -c "just {{ recipe }}"
|
||||
su ci -c "git config --global safe.directory"
|
||||
|
||||
alias ch := choose
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue