Skip to content

Commit

Permalink
Merge pull request #79 from oven-sh/ben/enable-run-loop-bun
Browse files Browse the repository at this point in the history
Enable USE_BUN_EVENT_LOOP
  • Loading branch information
Jarred-Sumner authored Jan 17, 2025
2 parents 5d0c19a + 254b7f7 commit fca5c31
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ RUN --mount=type=tmpfs,target=/webkitbuild \
-DCMAKE_BUILD_TYPE=$WEBKIT_RELEASE_TYPE \
-DUSE_THIN_ARCHIVES=OFF \
-DUSE_BUN_JSC_ADDITIONS=ON \
-DUSE_BUN_EVENT_LOOP=OFF \
-DUSE_BUN_EVENT_LOOP=ON \
-DENABLE_FTL_JIT=ON \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DALLOW_LINE_AND_COLUMN_NUMBER_IN_BUILTINS=ON \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN --mount=type=tmpfs,target=/webkitbuild \
-DCMAKE_BUILD_TYPE=${WEBKIT_RELEASE_TYPE} \
-DUSE_THIN_ARCHIVES=OFF \
-DUSE_BUN_JSC_ADDITIONS=ON \
-DUSE_BUN_EVENT_LOOP=OFF \
-DUSE_BUN_EVENT_LOOP=ON \
-DENABLE_FTL_JIT=ON \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DALLOW_LINE_AND_COLUMN_NUMBER_IN_BUILTINS=ON \
Expand Down
2 changes: 1 addition & 1 deletion mac-release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cmake \
-DCMAKE_CXX_FLAGS="-g $CMAKE_CXX_FLAGS -ffile-prefix-map=$THIS_DIR/Source=vendor/WebKit/Source" \
-DENABLE_MALLOC_HEAP_BREAKDOWN=$ENABLE_MALLOC_HEAP_BREAKDOWN \
-DUSE_BUN_JSC_ADDITIONS=ON \
-DUSE_BUN_EVENT_LOOP=OFF \
-DUSE_BUN_EVENT_LOOP=ON \
-DCMAKE_AR="$AR" \
-DCMAKE_RANLIB="$RANLIB" \
-DALLOW_LINE_AND_COLUMN_NUMBER_IN_BUILTINS=ON \
Expand Down
2 changes: 1 addition & 1 deletion windows-release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ cmake -S . -B $WebKitBuild `
-DENABLE_SAMPLING_PROFILER=ON `
"-DENABLE_WEBASSEMBLY=${WebAssemblyState}" `
-DUSE_BUN_JSC_ADDITIONS=ON `
-DUSE_BUN_EVENT_LOOP=OFF `
-DUSE_BUN_EVENT_LOOP=ON `
-DENABLE_BUN_SKIP_FAILING_ASSERTIONS=ON `
-DUSE_SYSTEM_MALLOC=ON `
"-DICU_ROOT=${ICU_STATIC_ROOT}" `
Expand Down

0 comments on commit fca5c31

Please sign in to comment.