Skip to content

Commit

Permalink
fixup! Move toolchains in TOOLCHAINS
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Oct 20, 2023
1 parent 11bdf7f commit 2f5a368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ def make_deps_archive(target=None, name=None, full=False):
files_to_archive.append(base_dir / "meson_cross_file.txt")
# Copy any toolchain
files_to_archive += [TOOLCHAIN_DIR]
files_to_archive += HOME.glob("BUILD_neutral/TOOLCHAINS/*")
if (BASE_DIR / "meson_cross_file.txt").exists():
files_to_archive.append(BASE_DIR / "meson_cross_file.txt")

Expand Down

0 comments on commit 2f5a368

Please sign in to comment.