Jacob Heider
703b25d8c9
more working cd scripting
2023-01-12 18:32:05 -05:00
Jacob Heider
680b5bf9e9
this works better than a poor-quality shell pipeline
2023-01-12 18:27:46 -05:00
Jacob Heider
b8ca94a587
add build.cores
yaml key to control min-required build machine
2023-01-12 17:42:51 -05:00
Jacob Heider
a3bb5da37d
npm doctor
gives non-zero if you're using the newest node
2023-01-12 16:04:23 -05:00
Jacob Heider
d919815397
better undefined resolution
2023-01-11 18:51:11 -05:00
Jacob Heider
9b4b042fc3
better artifact testing for cd
2023-01-11 18:47:07 -05:00
Jacob Heider
95ecc17d79
need to test for 'true'/'false'
2023-01-11 18:42:29 -05:00
Jacob Heider
8eb0f4778e
need to test for 'true'/'false'
2023-01-11 18:39:14 -05:00
neil
eada7a7946
make redis install work
2023-01-11 18:51:42 +08:00
Jacob Heider
1ba5ad2291
ignore cli pre-releases
2023-01-10 22:06:41 -05:00
Jacob Heider
03a58666e8
+github.com/jart/blink ( #111 )
...
* +github.com/jart/blink
* wip
2023-01-10 21:22:53 -05:00
Max Howell
bb6be4db3a
+gti ( #109 )
...
* +gti
* wip
2023-01-10 08:13:58 -05:00
neil
00f1665c60
init redis.io
2023-01-09 20:52:09 +08:00
Jacob Heider
ff1f4739fd
fix yt-dlp ( #106 )
...
* fix semver breaking calvers like `2023.01.06`
* wip
2023-01-06 17:55:31 -05:00
Jacob Heider
c8b9e1d3dd
nicer job name
2023-01-06 17:50:26 -05:00
Jacob Heider
02e44f6030
missing provides in github.com/mikefarah/yq
2023-01-06 17:47:14 -05:00
Jacob Heider
7d04574f8c
move to 4core linux for builds
2023-01-06 17:34:53 -05:00
Jacob Heider
bcffeee712
regression
2023-01-05 19:20:26 -05:00
Jacob Heider
ddb3b967e7
final form
2023-01-05 19:19:09 -05:00
Jacob Heider
bb81486d83
last one, i hope
2023-01-05 19:16:57 -05:00
Jacob Heider
a22f2bb6e5
Properly deal with contexts at various levels
...
memorize https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
2023-01-05 19:14:14 -05:00
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