Skip to content

Bump cppfront from 2ea1950 to d252cea #165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: sudo apt-get install ninja-build libc++-18-dev libc++abi-18-dev

- name: Run test script
timeout-minutes: 12
timeout-minutes: 30
run: ./test-all.sh
env:
CC: ${{ matrix.CC }}
Expand All @@ -44,7 +44,7 @@ jobs:
submodules: true

- name: Run test script
timeout-minutes: 12
timeout-minutes: 30
run: ./test-all.ps1
test-macos:
name: Test macOS
Expand All @@ -61,5 +61,5 @@ jobs:
run: brew install ninja llvm@18

- name: Run test script
timeout-minutes: 12
timeout-minutes: 30
run: ./test-all.sh
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ target_sources(
FILE_SET HEADERS
BASE_DIRS cppfront/include
FILES cppfront/include/cpp2util.h
cppfront/include/cpp2regex.h
)

if (NOT CPPFRONT_NO_SYSTEM)
Expand Down
2 changes: 1 addition & 1 deletion cppfront
Submodule cppfront updated 665 files
Loading