Commit graph

334 commits

Author SHA1 Message Date
Jacob Heider 7d04574f8c move to 4core linux for builds 2023-01-06 17:34:53 -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 30e960c252
well, if i omit the typos 2023-01-05 18:37:49 -05:00
Jacob Heider 8924220af0
better ci/cd for 3rd-party contributions 2023-01-05 18:31:35 -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 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
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 c78878a22f
unpackaged keys (unrendered currently) 2023-01-02 11:24:40 -05:00
Max Howell 53f9a11954
no, we want deps for virtual-env installations 2022-12-30 11:18:58 -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 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 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 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 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 037a34701c
Make files writable before trying to write 2022-12-20 11:10:33 -05:00
Max Howell 972f0715f4
fix build-deps outputting stuff we need to build 2022-12-20 08:32:23 -05:00
Max Howell fea7d8ad6d Tidy virtual-env creation script 2022-12-20 08:01:01 -05:00
Jacob Heider a55998598f
handle srcs special case: ~ 2022-12-17 09:30:16 -05:00
Jacob Heider 4b39c0fc9b
llvm^15 doesn't agree with several of our packages (#76)
* rust 🚫 llvm^15

* this might be the right fix to all the llvm^15 breakage
2022-12-17 08:51:46 -05:00
Max Howell ce35600221 Build openssl-1.1.1s 2022-12-16 11:59:34 -05:00
Jacob Heider 91b6040a88
obey semver updates 2022-12-14 18:38:20 -05:00
Max Howell 1a575b3d2e
Merge pull request #54 from magnusviri/python-venv
add scripts/brewkit/python-venv.sh
2022-12-12 14:21:21 -05:00
James Reynolds 24d9215992 removed mesonbuild.com/shim.bash 2022-12-12 09:33:36 -07:00
Max Howell 61032cf732
go only needs cc in a “companion” sense 2022-12-12 10:27:20 -05:00
James Reynolds 96532c87f4 Switch mesonbuild.com to python-venv.sh 2022-12-12 08:12:15 -07:00
Max Howell 9fc841e1c5
Don’t add pkg twice for tests 2022-12-12 08:23:05 -05:00
Max Howell ede2481150
runtime env for ncurses (TERMINFO) 2022-12-11 10:10:19 -05:00
Jacob Heider 033bf2f15a
jq doesn't like llvm 15 2022-12-09 16:57:12 -04:00
Jacob Heider df862c5253
increase container memory for build (maybe) 2022-12-08 23:08:48 -04:00
Max Howell 8038caa28c
provides supports {{version.major}} etc. now 2022-12-08 16:47:32 -04:00
Max Howell 3e5c65b454
There's more GH VMs even if they are slower 2022-12-08 09:41:44 -04:00
Jacob Heider d3c1c2b660
libpng.org shows only tags and no releases 2022-12-07 20:26:18 -04:00
Jacob Heider 9705e8e3c9 fix bzip2 2022-12-07 17:16:27 -05:00
Jacob Heider 007c0d8772 separate upload logic from bottling logic
to deal with S3 503s

???


sync script changes


amazingly close


wip


wip


wip
2022-12-07 14:59:33 -05:00
Jacob Heider 171aec5167 move code signing 2022-12-07 14:33:47 -05:00