Commit graph

908 commits

Author SHA1 Message Date
Jacob Heider 9b29a1407f fix(ruby)
Tags are underscore delimited; they all resolve to =3.0.0
2023-02-09 19:11:58 -05:00
Jacob Heider b58e7069e3 fix(ruby)
Patch has versions in the path.

fixes #222
fixes #223
fixes #224
fixes #225
2023-02-09 17:25:31 -05:00
Jacob Heider f31769e425 fix(brotli)
fixes https://github.com/teaxyz/cli/issues/372
2023-02-07 18:32:47 -05:00
Jacob Heider 55f39f4bff fix(npm)
ref https://github.com/npm/cli/pull/6142

fixes https://github.com/teaxyz/pantry.core/issues/213
fixes https://github.com/teaxyz/pantry.core/issues/214
fixes https://github.com/teaxyz/pantry.core/issues/215
2023-02-07 17:30:22 -05:00
Jacob Heider 2f7e0f3a93
if projects are unknown, get-platform.ts still needs a return 2023-02-07 13:00:18 -05:00
Jacob Heider 7007a564b6 forgot deno needs a bigger env 2023-02-07 10:59:08 -05:00
Jacob Heider 2667d8c543 fix(deno)
fixes https://github.com/teaxyz/pantry.core/issues/211
2023-02-07 10:59:08 -05:00
Max Howell cf6e7089d1
+brotli (#181)
* +brotli

* +c99

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-02-06 22:07:04 -05:00
Jacob Heider 65666ea1a7 +gnutls+p11-kit+libtasn1+libunistring+nettle 2023-02-06 21:25:14 -05:00
Jacob Heider 6c846d99e6
don't remove staging until all uploads run 2023-02-06 17:40:09 -05:00
Jacob Heider 6120e674ee we're cleaning up artifact staging too aggressively 2023-02-06 17:32:10 -05:00
Jacob Heider 381a516062 fix(ruff)
resolves https://github.com/teaxyz/pantry.core/issues/205
resolves https://github.com/teaxyz/pantry.core/issues/206
resolves https://github.com/teaxyz/pantry.core/issues/207
resolves https://github.com/teaxyz/pantry.core/issues/208
2023-02-06 17:14:07 -05:00
Jacob Heider ed8cc19bcb +unbound.net 2023-02-05 21:40:03 -05:00
Jacob Heider 1bc00240cd +libidn2
ref https://github.com/teaxyz/pantry.extra/issues/99
2023-02-05 21:29:23 -05:00
Jacob Heider 779c2f6f13 +gdbm 2023-02-05 20:55:05 -05:00
Jacob Heider fc98aa5f94 +nghttp2 2023-02-05 20:42:06 -05:00
Jacob Heider 4044fd1f39 Revert "+rx"
This reverts commit 0af2511e42.
2023-02-05 18:21:40 -05:00
Jacob Heider 81db136a68 fix(pnpm) 2023-02-05 18:07:37 -05:00
Jacob Heider d3fcbff891 +sanitize 2023-02-05 06:56:28 -05:00
Jacob Heider 53399afa73 cache keys by job and inputs 2023-02-05 06:34:29 -05:00
Jacob Heider 63632639a0 use actions/cache to reduce deno.land 500s 2023-02-05 06:34:29 -05:00
Neil ad1e9e60c5
+yarnpkg.com (#169)
* +yarnpkg.com

* get tgz from gh

* fix version

* fix mac issue

* test libatomic1 install

* test linux

* fix path

* this is working for me, atm. testing.

---------

Co-authored-by: neil <neil@neils-MacBook-Pro.local>
Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-02-04 03:08:25 -05:00
Jacob Heider 1926eafcbf fix(rubygems) 2023-02-04 02:20:25 -05:00
Jacob Heider 7a2be03565
fix(node) (#176)
* fix(node)

* wip
2023-02-03 23:38:46 -05:00
Jacob Heider 07c486dffb +hyperfine 2023-02-03 23:25:21 -05:00
Jacob Heider eb077fc603 solidity compile fix
suggested from https://github.com/ethereum/solidity/issues/13854#issuecomment-1415991773
2023-02-03 23:13:28 -05:00
Jacob Heider 0790f731d7
fix(ruff)
output format changed.
2023-02-03 21:04:29 -05:00
Jacob Heider 8bb4b483c8 sync workflows with pantry.core 2023-02-03 20:00:35 -05:00
Jacob Heider f5975d8d79
fix(npm) (#174)
* npm^8 installs symlinks unless told not to

* see if node^19.5 is the problem

* final version
2023-02-03 19:34:11 -05:00
Marc Seitz 0af2511e42 +rx 2023-02-03 16:36:23 -05:00
Jacob Heider 6c3ca500a7
get workflow status 2023-02-02 20:35:29 -05:00
Jacob Heider 3b91ed7fe8
ignore cuelang betas 2023-02-02 20:17:03 -05:00
Jacob Heider b9491c0b44
pass issue template name 2023-02-02 20:15:49 -05:00
Jacob Heider 60ff1ae21b
ignore cmake -rcX 2023-02-02 20:13:48 -05:00
Jacob Heider 68a47ae737
make branches actually parallel (#167)
* make branches actually parallel

* more

* wut

* wip

* wip
2023-02-02 20:07:32 -05:00
Jacob Heider d9106f68a3
same for darwin+x86-64 2023-02-02 18:12:06 -05:00
Jacob Heider db7a6b87c5
revert hosted linux+x86-64 for now 2023-02-02 17:36:03 -05:00
Nicolas Martin e1f9d00de8 +melt 2023-02-02 17:28:05 -05:00
Jacob Heider a2da161839
make each platform build independently (#148)
* simplify index-packages

* Fix import map location

* sqs modules needs permission :x

* move matrices up a level

* move `complain:` to bottle/build

* more cleanup

* add build-os key to get-platform.ts for self-hosted x86-64 (x64) runners

* needs arrays not strings

* implement testMatrix

* review changes

---------

Co-authored-by: Max Howell <mxcl@me.com>
2023-02-02 17:13:38 -05:00
Jacob Heider 72b9fa85bd
simplify index-packages (#153)
* simplify index-packages

* Fix import map location

* sqs modules needs permission :x

---------

Co-authored-by: Max Howell <mxcl@me.com>
2023-02-02 16:51:19 -05:00
Max Howell abb0921f3d
don’t need cli checkouts anymore (#146)
* don’t need cli checkouts anymore
* tidy

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-02-02 09:00:52 -05:00
Neil 0ee361a5d7
Bugfix bottle ingest (#152)
* #161 copy strategy on other workflows

* #151 move to pantry trigger

---------

Co-authored-by: neil <neil@neils-MacBook-Pro.local>
2023-02-02 09:10:16 +08:00
Jacob Heider 25709296ea
fix(cd) 2023-02-01 18:43:06 -05:00
Jacob Heider 159c3a152b
fix(solidity) (#164)
* fix(solidity)

v0.8.18 removes `solidity-upgrade`, which we were already removing.

* patch new cpp file
2023-02-01 18:34:15 -05:00
David Roman af1e9ca1b2 cleanup 2023-02-01 08:25:35 -05:00
David Roman b4167009bc wip 2023-02-01 08:25:35 -05:00
David Roman 27f9104443 wip 2023-02-01 07:04:40 -05:00
Neil a62c0ea3bb
init step for ingesting/indexing package details (#144)
* #143 init step for ingesting package details

* #143 create reusable workflow for triggering package ingestion/indexing

* space

* #143 create task after uploading bottles

* cleanup

---------

Co-authored-by: neil <neil@neils-MacBook-Pro.local>
2023-02-01 14:13:09 +08:00
Jacob Heider 4e409556f8 fix(nushell)
API change
2023-01-31 18:13:31 -05:00
Jacob Heider c061a74eb3
removed slim tag
fixes https://github.com/teaxyz/infuser/issues/15
2023-01-31 15:07:23 -05:00