Skip to content

Commit

Permalink
Merge pull request #62 from Moros1138/catch-compiler/linker-command-t…
Browse files Browse the repository at this point in the history
…imeouts

Catch compiler/linker command timeouts
  • Loading branch information
Moros1138 authored May 12, 2024
2 parents 1e0b47c + 0adc884 commit 367dab9
Show file tree
Hide file tree
Showing 22 changed files with 924 additions and 738 deletions.
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

0 comments on commit 367dab9

Please sign in to comment.