Skip to content

Commit

Permalink
fixup: remove clang from lto build
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jun 3, 2024
1 parent 40c6ff3 commit 93b0440
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:

env:
NODE_VERSION: lts/*
CC: clang
CXX: clang++

permissions:
contents: read
Expand All @@ -28,6 +26,6 @@ jobs:
run: npx envinfo
- name: Build lto
run: |
sudo apt-get update && sudo apt-get install ninja-build llvm-18-linker-tools -y
sudo apt-get update && sudo apt-get install ninja-build -y
./configure --enable-lto --ninja
ninja -C out/Release

0 comments on commit 93b0440

Please sign in to comment.