10 lines
223 B
Bash
10 lines
223 B
Bash
#!/usr/bin/env bash
|
|
# Copyright (c) Contributors to the aswf-docker Project. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
set -ex
|
|
|
|
export DTS_VERSION=9
|
|
export CLANG_VERSION=10.0.0
|
|
export NINJA_VERSION=1.10.0
|