Skip to content

Commit

Permalink
Only sync to runner and remove unneeded commands
Browse files Browse the repository at this point in the history
  • Loading branch information
zxombie committed Oct 27, 2023
1 parent 776719d commit 93164e2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/native-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ jobs:
operating_system: freebsd
version: '13.2'
shell: bash
sync_files: vm-to-runner
run: |
pwd
ls -lah
whoami
env
freebsd-version
sudo pkg install -y llvm16 git-lite
mkdir -p ${HOME}/obj
env MAKEOBJDIRPREFIX=${HOME}/obj make -j$(sysctl -n hw.ncpu) CROSS_TOOLCHAIN=llvm16 WITHOUT_TOOLCHAIN=yes NO_MODULES=yes buildkernel TARGET_ARCH=${{ matrix.target_arch }}

0 comments on commit 93164e2

Please sign in to comment.