Skip to content

Commit 2643625

Browse files
committed
Replace wine with wibo
1 parent c9fad31 commit 2643625

File tree

4 files changed

+1
-14
lines changed

4 files changed

+1
-14
lines changed

backend/coreapp/compiler_wrapper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def lru_cache(maxsize: int = 128, typed: bool = False) -> Callable[[F], F]:
4949
else:
5050
PATH = os.environ["PATH"]
5151

52-
WINE = "wine"
5352
WIBO = "wibo"
5453

5554

@@ -204,7 +203,6 @@ def compile_code(
204203
shell=True,
205204
env={
206205
"PATH": PATH,
207-
"WINE": WINE,
208206
"WIBO": WIBO,
209207
"WIBO_PATH": sandbox.rewrite_path(wibo_path),
210208
"INPUT": sandbox.rewrite_path(code_path),

backend/coreapp/compilers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ def available_platforms() -> List[Platform]:
613613

614614
EE_GCC32_030210_BETA2 = GCCPS2Compiler(
615615
id="ee-gcc3.2-030210-beta2",
616-
cc='WINEPATH="${COMPILER_DIR}"/dll/ ${WINE} "${COMPILER_DIR}"/bin/ee-gcc.exe -c -B "${COMPILER_DIR}"/bin/ee- $COMPILER_FLAGS "$INPUT" -o "$OUTPUT"',
616+
cc='WIBOPATH="${COMPILER_DIR}"/dll/ ${WIBO} "${COMPILER_DIR}"/bin/ee-gcc.exe -c -B "${COMPILER_DIR}"/bin/ee- $COMPILER_FLAGS "$INPUT" -o "$OUTPUT"',
617617
)
618618

619619
EE_GCC32_030926 = GCCPS2Compiler(

docs/CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ yarn dev
8686

8787
### Optional steps
8888
- [Configure vscode for development](VSCODE.md)
89-
- [Configure wine for Windows compiler on Linux](WINE.md)
9089
- [Set up GitHub authentication](GITHUB.md)
9190
- [Install nsjail to run the compiler sandbox](SANDBOX.md)
9291
- [Configure an nginx reverse proxy](NGINX.md)

docs/WINE.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)