mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Mark as executable
This commit is contained in:
24
.github/workflows/bun.yml
vendored
24
.github/workflows/bun.yml
vendored
@@ -2,19 +2,14 @@ name: bun
|
||||
on:
|
||||
push:
|
||||
branches: [main, bun-actions]
|
||||
paths-ignore:
|
||||
- "examples/**"
|
||||
- "bench/**"
|
||||
- "README.*"
|
||||
- "LICENSE"
|
||||
- ".vscode"
|
||||
- ".devcontainer"
|
||||
paths:
|
||||
- "src"
|
||||
- "test"
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- "examples/**"
|
||||
- "bench/**"
|
||||
- README.*
|
||||
paths:
|
||||
- "src"
|
||||
- "test"
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -160,6 +155,13 @@ jobs:
|
||||
mv bun-linux-amd64-generic bun-linux-amd64-baseline
|
||||
mv bun-linux-amd64-generic-profile bun-linux-amd64-baseline-profile
|
||||
|
||||
chmod +x bun-linux-amd64/*
|
||||
chmod +x bun-linux-amd64-baseline/*
|
||||
chmod +x bun-linux-amd64-profile/*
|
||||
chmod +x bun-linux-amd64-baseline-profile/*
|
||||
chmod +x bun-linux-aarch64/*
|
||||
chmod +x bun-linux-aarch64-profile/*
|
||||
|
||||
zip -r bun-linux-amd64.zip bun-linux-amd64
|
||||
zip -r bun-linux-amd64-baseline.zip bun-linux-amd64-baseline
|
||||
zip -r bun-linux-amd64-profile.zip bun-linux-amd64-profile
|
||||
|
||||
1
bench/ffi/plus100/plus100-napi
Submodule
1
bench/ffi/plus100/plus100-napi
Submodule
Submodule bench/ffi/plus100/plus100-napi added at 0a69c8c247
10
test/bun.js/snapshots.debug.js
Normal file
10
test/bun.js/snapshots.debug.js
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
// test/bun.js/module-require.snapshot.js
|
||||
import {
|
||||
__require as require
|
||||
} from "bun:wrap";
|
||||
console.log(import.meta.require("/Users/jarred/Code/bun/node_modules/react/index.js"));
|
||||
|
||||
// test/bun.js/require-referenceerror.snapshot.js
|
||||
|
||||
// test/bun.js/tiny-typed-emitter.snapshot.js
|
||||
10
test/bun.js/snapshots.js
Normal file
10
test/bun.js/snapshots.js
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
// test/bun.js/module-require.snapshot.js
|
||||
import {
|
||||
__require as require
|
||||
} from "bun:wrap";
|
||||
console.log(import.meta.require("/Users/jarred/Code/bun/node_modules/react/index.js"));
|
||||
|
||||
// test/bun.js/require-referenceerror.snapshot.js
|
||||
|
||||
// test/bun.js/tiny-typed-emitter.snapshot.js
|
||||
Reference in New Issue
Block a user