File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -390,10 +390,10 @@ defaults:
390
390
shell : powershell.exe
391
391
size : large
392
392
393
- - base_win_cmd : &base_win_cmd
393
+ - base_win_bash : &base_win_bash
394
394
executor :
395
395
name : win/default
396
- shell : cmd .exe
396
+ shell : bash .exe
397
397
398
398
- base_osx : &base_osx
399
399
macos :
@@ -1428,18 +1428,20 @@ jobs:
1428
1428
label : " osx"
1429
1429
1430
1430
b_bytecode_win :
1431
- << : *base_win_cmd
1431
+ << : *base_win_bash
1432
+ environment :
1433
+ LC_ALL : C
1432
1434
steps :
1433
1435
# NOTE: For bytecode generation we need the input files to be byte-for-byte identical on all
1434
1436
# platforms so line ending conversions must absolutely be disabled.
1435
1437
- run : git config --global core.autocrlf false
1436
1438
- checkout
1437
1439
- attach_workspace :
1438
1440
at : build
1439
- - run : mkdir test-cases\
1440
- - run : cd test-cases\ && python ..\ scripts\ isolate_tests.py ..\ test\
1441
- - run : cd test-cases\ && python ..\ scripts\ bytecodecompare\ prepare_report.py ..\ build\ solc\ Release\ solc.exe --interface standard-json --report-file ..\ bytecode-report-windows-json.txt
1442
- - run : cd test-cases\ && python ..\ scripts\ bytecodecompare\ prepare_report.py ..\ build\ solc\ Release\ solc.exe --interface cli --report-file ..\ bytecode-report-windows-cli.txt
1441
+ - run : mkdir test-cases/
1442
+ - run : cd test-cases/ && python ../ scripts/ isolate_tests.py ../ test/
1443
+ - run : cd test-cases/ && python ../ scripts/ bytecodecompare/ prepare_report.py ../ build/ solc/ Release/ solc.exe --interface standard-json --report-file ../ bytecode-report-windows-json.txt
1444
+ - run : cd test-cases/ && python ../ scripts/ bytecodecompare/ prepare_report.py ../ build/ solc/ Release/ solc.exe --interface cli --report-file ../ bytecode-report-windows-cli.txt
1443
1445
- store_artifacts :
1444
1446
path : bytecode-report-windows-json.txt
1445
1447
- store_artifacts :
You can’t perform that action at this time.
0 commit comments