Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Aug 22, 2024
1 parent 80b1124 commit 32bda6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
eval "$@"
}
run sudo pkgin -y update
run sudo pkgin -y install llvm
#run sudo pkgin -y update
#run sudo pkgin -y install llvm
run export SSL_CERT_FILE="$PWD/cacert.pem"
Expand All @@ -58,16 +58,14 @@ jobs:
run ./ppkg depends libzip
run ./ppkg install libzip
run ./ppkg tree libzip
run ./ppkg pack libzip -t tar.xz
run ./ppkg formula-repo-list
run ./ppkg ls-available
run ./ppkg ls-installed
run ./ppkg ls-outdated
Expand Down
1 change: 1 addition & 0 deletions ppkg
Original file line number Diff line number Diff line change
Expand Up @@ -8278,6 +8278,7 @@ __setup_netbsd() {
run ln -sf /usr/pkg/go122/bin/go bin/go
run ln -sf /usr/pkg/gcc13/bin/gcc bin/gcc
run ln -sf /usr/pkg/gcc13/bin/g++ bin/g++
run ln -sf /usr/pkg/gcc13/bin/gfortran bin/gfortran

run ln -sf /usr/pkg/bin/gln bin/ln
run ln -sf /usr/pkg/bin/gm4 bin/m4
Expand Down

0 comments on commit 32bda6c

Please sign in to comment.