File tree Expand file tree Collapse file tree 8 files changed +67
-3
lines changed Expand file tree Collapse file tree 8 files changed +67
-3
lines changed Original file line number Diff line number Diff line change 2121 name : docker-logs
2222 path : |
2323 *.log
24-
Original file line number Diff line number Diff line change 44#
55# Swift Android SDK: Docker Container Build Script
66#
7+ # This source file is part of the Swift.org open source project
8+ #
9+ # Copyright (c) 2025 Apple Inc. and the Swift project authors
10+ # Licensed under Apache License v2.0 with Runtime Library Exception
11+ #
12+ # See https://swift.org/LICENSE.txt for license information
13+ # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14+ #
715# ===----------------------------------------------------------------------===
816
917# default architectures to build for
Original file line number Diff line number Diff line change 44#
55# Swift Android SDK: Local (non-Docker-containerized) Build Script
66#
7+ # This source file is part of the Swift.org open source project
8+ #
9+ # Copyright (c) 2025 Apple Inc. and the Swift project authors
10+ # Licensed under Apache License v2.0 with Runtime Library Exception
11+ #
12+ # See https://swift.org/LICENSE.txt for license information
13+ # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14+ #
715# ===----------------------------------------------------------------------===
816
917# default architectures to build for
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Swift SDK for Android: Build Script
2+ #
3+ # ===----------------------------------------------------------------------===
4+ #
5+ # Swift SDK for Android: Build Script
6+ #
7+ # This source file is part of the Swift.org open source project
8+ #
9+ # Copyright (c) 2024 Apple Inc. and the Swift project authors
10+ # Licensed under Apache License v2.0 with Runtime Library Exception
11+ #
12+ # See https://swift.org/LICENSE.txt for license information
13+ # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14+ #
15+ # ===----------------------------------------------------------------------===
316set -e
417
518# Docker sets TERM to xterm if using a pty; we probably want
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Swift Android SDK: Fetch Sources
2+ # ===----------------------------------------------------------------------===
3+ #
4+ # Swift Android SDK: Fetch Sources
5+ #
6+ # This source file is part of the Swift.org open source project
7+ #
8+ # Copyright (c) 2024 Apple Inc. and the Swift project authors
9+ # Licensed under Apache License v2.0 with Runtime Library Exception
10+ #
11+ # See https://swift.org/LICENSE.txt for license information
12+ # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
13+ #
14+ # ===----------------------------------------------------------------------===
315set -e
416
517# Docker sets TERM to xterm if using a pty; we probably want
Original file line number Diff line number Diff line change 44#
55# Swift Android SDK: Install NDK
66#
7+ # This source file is part of the Swift.org open source project
8+ #
9+ # Copyright (c) 2024 Apple Inc. and the Swift project authors
10+ # Licensed under Apache License v2.0 with Runtime Library Exception
11+ #
12+ # See https://swift.org/LICENSE.txt for license information
13+ # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14+ #
715# ===----------------------------------------------------------------------===
816
917set -e
Original file line number Diff line number Diff line change 44#
55# Swift Android SDK: Install Swift
66#
7+ # This source file is part of the Swift.org open source project
8+ #
9+ # Copyright (c) 2024 Apple Inc. and the Swift project authors
10+ # Licensed under Apache License v2.0 with Runtime Library Exception
11+ #
12+ # See https://swift.org/LICENSE.txt for license information
13+ # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14+ #
715# ===----------------------------------------------------------------------===
816
917set -e
Original file line number Diff line number Diff line change 44#
55# Swift Android SDK: Toolchain source variables
66#
7+ # This source file is part of the Swift.org open source project
8+ #
9+ # Copyright (c) 2024 Apple Inc. and the Swift project authors
10+ # Licensed under Apache License v2.0 with Runtime Library Exception
11+ #
12+ # See https://swift.org/LICENSE.txt for license information
13+ # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14+ #
715# ===----------------------------------------------------------------------===
816
917# This script is meant to be sourced from another script that sets the
You can’t perform that action at this time.
0 commit comments