Skip to content
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

Catch compiler/linker command timeouts #62

Merged
merged 3 commits into from
May 12, 2024
Merged
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
9 changes: 0 additions & 9 deletions .dockerignore

This file was deleted.

7 changes: 4 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ APP_FAKER_LOCALE=en_US
APP_MAINTENANCE_DRIVER=file
APP_MAINTENANCE_STORE=database

COMPILER_ENVIRONMENT=nsjail
COMPILER_CACHING=true
REMOTE_INCLUDE_CACHING=true
PROCESSING_TIMEOUT=5
COMPILER_ENVIRONMENT=nsjail
COMPILER_TIMEOUT=10
COMPILER_CODE_PROCESSING_TIMEOUT=5
COMPILER_REMOTE_INCLUDE_CACHING=true

BCRYPT_ROUNDS=12

Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/build-and-push-dockerhub.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ yarn-error.log

third_party/v*/lib
third_party/v*/model.h
tests/Feature/test_*
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ It is a summary of changes that would be pertinent to the end user of the PGEtin
## 2024-05-08

- Added limitations to the remote include feature
- Catch compiler/linker timeout for better error handling

## 2024-05-06

Expand Down
77 changes: 0 additions & 77 deletions Dockerfile

This file was deleted.

Loading