소스 검색

bootstrap-p4

default_compile_flags
vector-of-bool 5 년 전
부모
커밋
3755a15e2f
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -2
      tools/bootstrap.py
  2. +1
    -1
      tools/ci.py

+ 1
- 2
tools/bootstrap.py 파일 보기

@@ -8,8 +8,7 @@ import shutil

BOOTSTRAP_PHASES = [
'bootstrap-p1',
'bootstrap-p2',
'bootstrap-p3',
'bootstrap-p4',
]

HERE = Path(__file__).parent.absolute()

+ 1
- 1
tools/ci.py 파일 보기

@@ -39,7 +39,7 @@ def _do_bootstrap_download() -> None:
if filename is None:
raise RuntimeError(f'We do not have a prebuilt DDS binary for '
f'the "{sys.platform}" platform')
url = f'https://github.com/vector-of-bool/dds/releases/download/bootstrap-p3/{filename}'
url = f'https://github.com/vector-of-bool/dds/releases/download/bootstrap-p4/{filename}'

print(f'Downloading prebuilt DDS executable: {url}')
stream = urllib.request.urlopen(url)

Loading…
취소
저장