Jacob Heider
2af6b64253
someday i'll know when this needs braces.
2023-01-05 18:46:42 -05:00
Jacob Heider
7afa90bb0e
and skip typoed non-work
2023-01-05 18:39:30 -05:00
Jacob Heider
30e960c252
well, if i omit the typos
2023-01-05 18:37:49 -05:00
Jacob Heider
cffdd5de61
better CD for external contribution
2023-01-05 18:32:56 -05:00
Jacob Heider
8924220af0
better ci/cd for 3rd-party contributions
2023-01-05 18:31:35 -05:00
Jacob Heider
17922c85cf
cgo needs a c compiler on all platforms
2023-01-05 15:57:23 -05:00
Jacob Heider
a9344e6e62
don't upload ~
even if it expands in the shell
2023-01-04 21:03:39 -05:00
Jacob Heider
5b8a94584e
don't try to artifact null (~
) srcs
2023-01-04 20:50:58 -05:00
Jacob Heider
6091595f34
use clang with cgo to build cli
2023-01-04 20:43:21 -05:00
Jacob Heider
8e8158aea2
~ipfs.tech(ignore(/-rc\d+$/))
2023-01-04 20:06:12 -05:00
Jacob Heider
ad375e1dbd
add slack notifications only on new-version failure
2023-01-04 20:03:40 -05:00
Jacob Heider
5e50f9ead7
fix bottle.yml:cleanup
2023-01-03 18:18:49 -05:00
Jacob Heider
9f84c51324
fix version definition and fixed load paths
2023-01-03 18:05:54 -05:00
Max Howell
5e5016d20d
lol k, deno immutable cache foils us again
...
Breaks our self-hosted runners since they keep the previous deno cache (which could break builds for other packages that use deno TBH /cc @jheider).
2023-01-03 13:31:04 -05:00
Max Howell
a45f0aac80
get ruby versions from github
2023-01-03 11:31:20 -05:00
Max Howell
12e4b8ef30
use v0 urls
2023-01-03 11:07:41 -05:00
Max Howell
5a460a89ae
fix lint
2023-01-03 10:58:49 -05:00
Max Howell
b135e63527
Remove this hack; Fixes #282
...
I think we should stop recommending `tea` as a shebang line, it's against our spirit. Instead tea tools should shim via `tea` before exec’ing to do any of the YAML frontmatter
2023-01-03 09:32:41 -05:00
Jacob Heider
fc31bb8939
changes needed to successfully build gcc ( #83 )
...
* clang doesn't have `-nodefaultrpaths`
* try `MachO::FatFile` if `MachO:MachOFile` fails
* add explicit comments
* use `MachO.open()`
* fix fetch.ts for no src pkgs
Co-authored-by: Max Howell <mxcl@me.com>
2023-01-03 08:45:57 -05:00
Max Howell
2ff7403742
+bun.sh
...
* Closes #1
* Using bun.sh binaries because we'll probs need to do the same for ziglang because ziglang OOMs during builds in CD
* However in general we are happy to use the binaries the project built—they know what they are doing and we should trust them in that.
* HOWEVER we should insist that they sign their binaries. Bun do not.
* ALSO really we should insist on signed sources, see comments in the YAML for more discussion
* Not using profile versions as they are not documented and seemingly less portable (based on reading the installer)
2023-01-02 15:13:11 -05:00
Max Howell
c78878a22f
unpackaged keys (unrendered currently)
2023-01-02 11:24:40 -05:00
Jacob Heider
b5dfacfbeb
+fishshell.com
...
-DCURSES_INCLUDE_PATH
do that better
it thinks it wants pkg-config, i guess.
whyyyyyyyyyyyyyyy
keep make
needs these at runtime
annotate diff
2022-12-31 17:05:17 -05:00
Max Howell
b120680748
Switch to our virtual-env script
2022-12-31 11:18:34 -05:00
Max Howell
53f9a11954
no, we want deps for virtual-env installations
2022-12-30 11:18:58 -05:00
Max Howell
600135b957
+neovim
...
Refs: https://github.com/teaxyz/cli/discussions/278
2022-12-27 08:54:40 -05:00
Max Howell
238ed57e68
vhs depends on ttyd^1.7.2 now
2022-12-26 10:49:39 -05:00
Jacob Heider
0cbc154b5c
not-real m4 versions tagged on github
2022-12-21 17:23:29 -05:00
Max Howell
003e6b0c8f
no more need to apt-get install
2022-12-21 14:07:10 -05:00
Max Howell
f4f1413665
Just use the full build.ts
...
Fixes issue where we don't install zlib to build zlib even though llvm needs it.
Doing these in steps was a cool demo of our primitives but led to issues due to install all deps up front rather than just before each build so fuck it.
2022-12-21 10:43:54 -05:00
Max Howell
20a64a6e25
Don’t build tests or bench
2022-12-21 10:42:56 -05:00
Max Howell
44a6774614
+bitcoin
2022-12-21 10:42:56 -05:00
Max Howell
cf8e6aef05
bump libtea
2022-12-21 09:43:24 -05:00
Max Howell
0a73e3e2b9
Merge pull request #81 from teaxyz/enable-typechecks
...
remove symlinks and turn on type checking
2022-12-21 08:11:12 -05:00
Jacob Heider
4c769b0399
librsvg needs cargo
...
and libtool :/
wip
maybe it's a version problem
2022-12-20 20:36:54 -05:00
Jacob Heider
d02062d645
don't run cleanup on merge (bottle.yml does that)
2022-12-20 18:32:07 -05:00
Jacob Heider
39d83c6fc8
update script specification in README
2022-12-20 18:29:53 -05:00
Jacob Heider
2607432abe
remove symlinks and turn on type checking
2022-12-20 18:29:53 -05:00
Jacob Heider
94101a0b93
fix picking artifact location in bottle.yml
2022-12-20 18:29:41 -05:00
Jacob Heider
974a1d5c1a
let's see if adding libtool helps
2022-12-20 18:21:35 -05:00
Jacob Heider
c8c8e3c367
update base workflows to pantry.core#78 and prune usused
2022-12-20 17:08:40 -05:00
Jacob Heider
11c863706e
use PR build artifacts on merge ( #78 )
...
* Uploads artifacts to S3, bottles on a different workflow
* rip slack notifications
* be more explicit about AWS_S3_CACHE
* Revert "fix build-deps outputting stuff we need to build"
This reverts commit 972f0715f4
.
Co-authored-by: Max Howell <mxcl@me.com>
2022-12-20 16:54:26 -05:00
Max Howell
d653337393
+radicle.org
2022-12-20 14:07:34 -05:00
Max Howell
f39b513abb
delete all .la
files
...
Refs https://github.com/teaxyz/pantry.extra/pull/74#issuecomment-1359708974
2022-12-20 13:08:00 -05:00
Max Howell
b13f02d37c
+0mq
2022-12-20 12:32:04 -05:00
Max Howell
6dfec14f5a
+berkeley-db
2022-12-20 11:37:12 -05:00
Pedro Cruz
46c5117b92
+solidity ( #35 )
...
Co-authored-by: Max Howell <mxcl@me.com>
2022-12-20 11:13:59 -05:00
Max Howell
037a34701c
Make files writable before trying to write
2022-12-20 11:10:33 -05:00
Pedro Cruz
69ef92a7aa
boost, zstd, lz4 ( #37 )
...
Co-authored-by: Max Howell <mxcl@me.com>
2022-12-20 09:31:41 -05:00
Max Howell
972f0715f4
fix build-deps outputting stuff we need to build
2022-12-20 08:32:23 -05:00
Max Howell
454fc591cf
apply updated simpler python-venv.sh usage
2022-12-20 08:10:00 -05:00