Skip to content

Commit

Permalink
Remove mozilla build from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sagudev committed Aug 17, 2023
1 parent 668424d commit 22ab2e4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,10 @@ jobs:
#target: [""]
target: ["", "aarch64-uwp-windows-msvc", "x86_64-uwp-windows-msvc"]
env:
MOZILLA_BUILD: 'C:\mozilla-build'
LINKER: "lld-link.exe"
CC: "clang-cl"
CXX: "clang-cl"
PYTHON3: "C:\\mozilla-build\\python3\\python3.exe"
PYTHON3: "python3"
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -87,10 +86,8 @@ jobs:
with:
toolchain: "nightly-2023-02-02"
components: rust-src
- name: Install deps
- name: Add LLVM to PATH
run: |
Start-BitsTransfer -Source https://ftp.mozilla.org/pub/mozilla/libraries/win32/MozillaBuildSetup-3.4.exe -Destination ./MozillaBuildSetup.exe
.\MozillaBuildSetup.exe /S | Out-Null
echo 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Tools\LLVM\bin' | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
Expand Down

0 comments on commit 22ab2e4

Please sign in to comment.