Skip to content

install llvm in subdir of out_dir #514

install llvm in subdir of out_dir

install llvm in subdir of out_dir #514

Triggered via push February 17, 2025 15:24
Status Success
Total duration 21s
Artifacts

style.yml

on: push
Run linters
10s
Run linters
Check for License headers
6s
Check for License headers
Fit to window
Zoom out
Zoom in

Annotations

2 errors
/home/runner/work/seal5/seal5/seal5/utils.py#L18
# """Seal5 utility functions.""" import os import sys import shutil + # import distutils import subprocess import multiprocessing from pathlib import Path from typing import List, Callable, Optional
/home/runner/work/seal5/seal5/seal5/utils.py#L18
# """Seal5 utility functions.""" import os import sys import shutil + # import distutils import subprocess import multiprocessing from pathlib import Path from typing import List, Callable, Optional