chore: revert "chore: switch back to clang 8"
This reverts commit bffc55219e.
This commit is contained in:
parent
3b6755dea1
commit
fef586627a
3 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
steps:
|
||||
- script: |
|
||||
choco install -y msys2
|
||||
C:\tools\msys64\usr\bin\bash -lc "pacman --noconfirm -S make python mingw-w64-x86_64-cmake git diffutils && pacman --noconfirm -U http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-llvm-8.0.1-3-any.pkg.tar.xz http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-clang-8.0.1-3-any.pkg.tar.xz"
|
||||
C:\tools\msys64\usr\bin\bash -lc "pacman --noconfirm -S make python mingw-w64-x86_64-cmake mingw-w64-x86_64-clang git diffutils"
|
||||
displayName: Setup
|
||||
- script: |
|
||||
C:\tools\msys64\usr\bin\bash -l ./script/ci.sh
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
{ pkgs ? import ./nix/nixpkgs.nix, llvmPackages ? pkgs.llvmPackages_8 }:
|
||||
{ pkgs ? import ./nix/nixpkgs.nix, llvmPackages ? pkgs.llvmPackages_9 }:
|
||||
|
||||
pkgs.callPackage ./nix/derivation.nix { inherit llvmPackages; }
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs ? import ./nix/nixpkgs.nix, llvmPackages ? pkgs.llvmPackages_8 } @ args:
|
||||
{ pkgs ? import ./nix/nixpkgs.nix, llvmPackages ?pkgs.llvmPackages_9 } @ args:
|
||||
|
||||
let
|
||||
lean = import ./default.nix args;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue