Skip to content

Commit

Permalink
igl | github | Emscripten is broken (disable) (#80)
Browse files Browse the repository at this point in the history
Summary:
Broken as described here emscripten-core/emscripten#20802 (comment)

Pull Request resolved: #80

Test Plan:
Imported from GitHub, without a `Test Plan:` line.

This happened after upgrading KTX-Software to `v4.3.1` in D54395401.

Reviewed By: syeh1

Differential Revision: D54519137

Pulled By: corporateshark

fbshipit-source-id: b40644c185874a18bfe61990b3d298901619a00c
  • Loading branch information
corporateshark authored and facebook-github-bot committed Mar 5, 2024
1 parent ca49199 commit c33ac91
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,15 @@ jobs:
# TODO: Fix killing GCC process on Github CI when IGL_WITH_SHELL is ON.
cmake_args: "-DIGL_WITH_TRACY=ON -DIGL_WITH_SHELL=OFF"
}
- {
name: "Emscripten (Ubuntu)",
os: ubuntu-latest,
build_type: "Debug",
cc: "emcc",
cxx: "em++",
generators: "Ninja",
}
# https://github.com/emscripten-core/emscripten/pull/20802#issuecomment-1858114093
# - {
# name: "Emscripten (Ubuntu)",
# os: ubuntu-latest,
# build_type: "Debug",
# cc: "emcc",
# cxx: "em++",
# generators: "Ninja",
# }
- {
name: "macOS - Clang (Xcode)",
os: macos-latest,
Expand Down

0 comments on commit c33ac91

Please sign in to comment.