Bartek Iwańczuk
3e58caa8f4
ci: disable symcache generation on Windows ( #30646 )
...
Due to V8 upgrade in https://github.com/denoland/deno/pull/30629 , we are
not generating debug symbols on Windows and because of that
symcache generation is not available.
2025-09-08 22:39:54 +00:00
Kenta Moriuchi
6dd5ccada6
chore: fix wpt_epoch CI ( #30501 )
...
Update tools/deno.lock.json to v5
> ```
> error: Unsupported lockfile version '4'. Try upgrading Deno or
recreating the lockfile at 'tools/deno.lock.json'.
> ```
4871528878 (step) :9:25
2025-08-25 16:53:33 +02:00
David Sherret
462151f16f
chore: remove wait dependency in scripts ( #30267 )
...
Logging is fine here to reduce the dependency (which is currently
failing to load for some reason)
2025-07-31 18:30:20 +00:00
David Sherret
b7564636b5
chore: add npm distribution at deno package ( #27346 )
2024-12-12 23:43:43 +00:00
Bartek Iwańczuk
2eeea0a1d2
ci: add script to promote to RC release ( #25072 )
...
This commits add a CI script that allows to promote a certain
canary build to a "Release Candidate" release.
This is done using `libsui` and `patchver` utilities.
2024-08-16 23:59:10 +02:00
denobot
ca7432b86b
chore: forward v1.42.2 release commit to main ( #23315 )
...
Co-authored-by: Satya Rohith <me@satyarohith.com>
2024-04-11 13:37:24 +05:30
Asher Gomez
5596de8081
chore: move test_util/wpt to tests/wpt/suite ( #22412 )
...
As discussed with @mmastrac. I'll move `tools/wpt` to `tests/wpt` in a
follow-up PR.
---------
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
2024-02-16 03:32:28 +00:00
Bartek Iwańczuk
cf6f965e25
chore: upgrade rusty_v8 to 0.71.2 ( #19116 )
...
Closes https://github.com/denoland/deno/issues/19021
2023-05-13 21:11:40 +02:00
David Sherret
b9d9cd17c9
chore: upgrade deno_automation to 0.19.0 ( #18213 )
...
I updated the lockfile with:
```
deno cache --lock=tools/deno.lock.json --lock-write ./tools/wpt.ts ./tools/upload_wptfyi.js ./tools/release/deps.ts
```
2023-03-16 09:26:30 -04:00
David Sherret
e246f06cfb
chore(ci): ci refactor - Part 1 - Generate ci yaml by js ( #17335 )
2023-01-10 19:16:11 -05:00
Leo Kettmeir
13e3acf71d
chore: workspace inheritance ( #16343 )
2022-11-22 21:07:35 +01:00
David Sherret
0fe590bbcb
chore: fix publish for circular dependencies ( #15598 )
2022-08-25 17:01:02 -04:00
David Sherret
9b4ae0868d
chore: update deno automation to 0.12 ( #15248 )
2022-07-19 16:35:58 -04:00
Bartek Iwańczuk
f7e7f54849
chore: use lock file for tooling scripts ( #14253 )
...
This commit adds lock file for maintenance scripts in "tools/"
directory.
The lock file is stored in "tools/deno.lock.json".
2022-04-13 18:51:16 +02:00