Skip to content

Commit

Permalink
cleanups, make sure litellm is in simple pkg list too
Browse files Browse the repository at this point in the history
  • Loading branch information
nikvdp committed Dec 10, 2023
1 parent 5580055 commit 293af5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ set -u

# this script should be run by ci to build all the pkgs

# this is the list of which custom pkgs to build, but the pkg still needs to be
# added to complex or simple below
custom_pkgs=(
bfs
cogapp
Expand Down Expand Up @@ -38,10 +40,11 @@ simple=(
jc
jq
jupyter
litellm
mosh
ncdu
netcat
nginx
# packages below don't work for various reasons
parallel
perl
pgcli
Expand Down Expand Up @@ -69,7 +72,6 @@ simple=(
# # tmux # builds, but doesn't start (message about term not supporting clear)
# # tmate # builds, but binaries have issues (terminfo + dydl stuff on mac)
# # curl # builds, but gives ssl errors. probably a dep issue
# # fd # there's a package, but it doesn't seem to install a usable bin
# # pstree # no conda package
# # mplayer # no conda package
# # shfmt # no conda package
Expand Down

0 comments on commit 293af5e

Please sign in to comment.