Ashcon Partovi
93f530c0ba
Tweak script
2023-10-20 16:45:55 -07:00
Ashcon Partovi
55444cc434
Tweak script
2023-10-20 16:45:55 -07:00
Ashcon Partovi
5af35fbbcb
Tweak script
2023-10-20 16:45:55 -07:00
Ashcon Partovi
f9b7c24015
Tweak script
2023-10-20 16:45:55 -07:00
Ashcon Partovi
560e5f9948
16.0 -> 16
2023-10-20 16:45:55 -07:00
Ashcon Partovi
47f3ace597
Tweak script
2023-10-20 16:45:55 -07:00
Ashcon Partovi
35bb6bf2cf
Another sudo attempt
2023-10-20 16:45:55 -07:00
Ashcon Partovi
8536313906
Tweak dependencies
2023-10-20 16:45:55 -07:00
Ashcon Partovi
c5a4060df3
More sudo
2023-10-20 16:45:55 -07:00
Ashcon Partovi
43cc370c9e
Use sudo
2023-10-20 16:45:55 -07:00
Ashcon Partovi
a3381ee9b9
Fix script
2023-10-20 16:45:55 -07:00
Ashcon Partovi
00d28e09c0
New build workflow
2023-10-20 16:45:55 -07:00
Jarred Sumner
378385ba60
Bump Zig
2023-10-19 00:19:21 -07:00
Dylan Conway
dcbcf9803a
test changes in usockets in ci
2023-10-17 19:38:13 -07:00
dave caruso
98d19fa624
fix(runtime): make some things more stable (partial jsc debug build) ( #5881 )
...
* make our debug assertions work
* install bun-webkit-debug
* more progress
* ok
* progress...
* more debug build stuff
* ok
* a
* asdfghjkl
* fix(runtime): fix bad assertion failure in JSBufferList
* ok
* stuff
* upgrade webkit
* Update src/bun.js/bindings/JSDOMWrapperCache.h
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
* fix message for colin's changes
* okay
* fix cjs prototype
* implement mainModule
* i think this fixes it all
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2023-10-16 21:22:43 -07:00
dave caruso
584e6dd1c2
Upgrade zig to 0.12.0-dev.888+130227491 ( #6471 )
...
* update build.zig
* save
* works?
* better workaround
* fix install
* Fix compiler crash
2023-10-12 19:38:33 -07:00
Jarred Sumner
b1063edf3e
Bump WebKit
2023-10-11 20:04:15 -07:00
Ashcon Partovi
31bda68f24
Update bun-release.yml
2023-10-11 12:05:16 -07:00
Ashcon Partovi
3667b93871
Fix npm tag for canary bun-types, again
2023-10-09 12:14:26 -07:00
Dylan Conway
98e9e9b112
Upgrade webkit ( #6277 )
...
* `reportExtraMemoryAllocated` parameters changed
* bump webkit
* Update Dockerfile
* format
2023-10-03 19:56:33 -07:00
Ashcon Partovi
86e4f72f00
Fix permissions for Github Actions
2023-10-03 12:02:15 -07:00
Ashcon Partovi
237a5ada47
Fix npm tag for canary bun-types
2023-10-02 13:56:14 -07:00
Jarred Sumner
960922bba9
Add title
2023-09-30 17:09:12 -07:00
Jarred Sumner
c21be13be4
tweak github actions ( #6195 )
...
* Discord comments
* better
* better
* actions
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-30 02:50:38 -07:00
Ashcon Partovi
f354a29683
Remove one of the tags
2023-09-26 20:07:27 -07:00
Ashcon Partovi
e5b62bf074
Fix docker tags
2023-09-26 20:01:39 -07:00
Ashcon Partovi
e05d190e6a
Fix plain tag not releasing
2023-09-26 19:50:12 -07:00
Ashcon Partovi
2b2927dedc
Fix latest tag
2023-09-26 19:22:38 -07:00
Ashcon Partovi
500c52af62
Add is-latest flag to manual release
2023-09-26 19:18:24 -07:00
Ashcon Partovi
c1deec3c16
Use ln -s instead of ln due to image size
2023-09-26 19:05:39 -07:00
Ashcon Partovi
fbbf184b1d
Fix homebrew
2023-09-26 18:57:32 -07:00
Ashcon Partovi
e127c520a9
Better bun-release workflow
2023-09-26 18:51:57 -07:00
Ashcon Partovi
80195557c9
Fix alpine image for arm64
2023-09-26 17:59:38 -07:00
Ashcon Partovi
9e26485b04
Fix docker release tag
2023-09-26 17:40:17 -07:00
Ashcon Partovi
5cf29df066
Fix debian-slim docker workflow
2023-09-26 17:12:26 -07:00
Ashcon Partovi
1bf36cf123
Fix github workflow permissions
2023-09-26 17:08:11 -07:00
Ashcon Partovi
fae646da3b
Remove latest tag from canary Docker workflow
2023-09-26 16:38:44 -07:00
Ashcon Partovi
298515c368
Improve Docker images ( #5771 )
...
* Improve Docker images
* Add alpine and distroless images
* Update docker workflow
2023-09-26 16:35:12 -07:00
Kilian von Pflugk
a3db02832e
use the correct channel name for feedback ( #5899 )
2023-09-22 18:40:37 -07:00
Kilian von Pflugk
f6eaf4bc78
remind users of the latest version ( #5597 )
...
Reduce Bug reports for fixed issues.
2023-09-19 13:26:23 -07:00
Jarred Sumner
ed9e64805f
Delete long-broken package which is causing confusion
2023-09-19 04:33:58 -07:00
dave caruso
eb1dc7eede
fix(runtime/node): Allow new Buffer.alloc() + Upgrade WebKit ( #5699 )
...
* make bufferconstructor a static hash table
* chore: Upgrade WebKit to 4d995edbc44062b251be638818edcd88d7d14dd7
* make it constructable now
* fix comment
* yippee
* update CI workflows
2023-09-18 17:33:58 -07:00
Jarred Sumner
0404d09cc7
Bump minimum macOS version
2023-09-16 23:45:09 -07:00
Dylan Conway
b651b16fdd
webkit upgrade ( #5535 )
...
* update files
* Update cold-jsc-start.cpp
* bump webkit
2023-09-16 00:44:07 -07:00
Jarred Sumner
99a92465f3
Add Permission
2023-09-15 09:54:58 -07:00
Jarred Sumner
1e99419127
Set permissions
2023-09-15 07:09:06 -07:00
Jarred Sumner
c5e8271cdc
[build] --force on git submodule update
2023-09-14 23:27:37 -07:00
Jarred Sumner
ced69d3818
async-ify all node:fs functions ( #5360 )
...
* async all node:fs functions
* draw the rest of the owl
* LLVM & Clang 16
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-14 21:26:37 -07:00
Dylan Conway
f815ffa467
bump webkit
2023-09-14 14:01:33 -07:00
Ashcon Partovi
0c2675c8d3
Remove issue template for install
...
It's not used, and use the bug issue instead.
2023-09-06 09:37:39 -07:00