Skip to content

Commit

Permalink
Fuck you Microsoft. Learn to make some better fucking software
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarWatcher committed Jun 18, 2020
1 parent 554d071 commit 0417b60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ jobs:
echo "::set-env name=CXX::${{ matrix.compiler }}"
echo "::set-env name=CC::${{ matrix.ccompiler }}"
${{ matrix.compiler }} --version
- name: Destroy MSVC JIT (Fuck you Microsoft)
if: matrix.os == 'windows-latest'
run: |
del C:/Windows/System32/vsjitdebugger.exe
# Install conan
- uses: LunarWatcher/install-conan@master
# Install SCons
Expand Down
1 change: 1 addition & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ from sys import platform

env = EnvMod.getEnvironment()
env.withConan()

# Minor patch for asan
env.environment['ENV']['ASAN_OPTIONS'] = 'halt_on_error=0;detect_leaks=0'
# TODO: uncomment when the next version of SCons comes out
Expand Down

0 comments on commit 0417b60

Please sign in to comment.