Skip to content

Commit

Permalink
Enable Bun event loop
Browse files Browse the repository at this point in the history
This reverts commit ca19f5c.
  • Loading branch information
190n committed Jan 17, 2025
1 parent 5d0c19a commit 254b7f7
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 254b7f7

Please sign in to comment.