Skip to content

Installation Issue - taichi_python.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN6taichi2io10VirtualDir11from_fs_dirERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE #11484

Installation Issue - taichi_python.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN6taichi2io10VirtualDir11from_fs_dirERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE

Installation Issue - taichi_python.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN6taichi2io10VirtualDir11from_fs_dirERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE #11484

Workflow file for this run

name: Slash Command Dispatch
on:
issue_comment:
types: [created]
jobs:
check_comments:
runs-on: ubuntu-latest
steps:
- name: Slash Command Dispatch - Triage
uses: peter-evans/slash-command-dispatch@v3
with:
token: ${{ secrets.GARDENER_PAT }}
reaction-token: ${{ secrets.GARDENER_PAT }}
repository: taichi-dev/ci_workflows
issue-type: pull-request
permission: triage
commands: |
rebase
rerun
rerun-failed
- name: Slash Command Dispatch - Repo - Triage
uses: peter-evans/slash-command-dispatch@v3
with:
token: ${{ secrets.GARDENER_PAT }}
reaction-token: ${{ secrets.GARDENER_PAT }}
issue-type: pull-request
permission: triage
commands: |
benchmark
- name: Slash Command Dispatch - Repo - Write
uses: peter-evans/slash-command-dispatch@v3
with:
token: ${{ secrets.GARDENER_PAT }}
reaction-token: ${{ secrets.GARDENER_PAT }}
issue-type: pull-request
permission: write
commands: |
land