File tree Expand file tree Collapse file tree 4 files changed +3
-52
lines changed Expand file tree Collapse file tree 4 files changed +3
-52
lines changed Original file line number Diff line number Diff line change 40
40
- ' container/opensuse-leap-15-dev/**'
41
41
- ' container/ubuntu-18.04-dev/**'
42
42
- ' container/ubuntu-20.04-dev/**'
43
- - ' container/ubuntu-20.04-clang/**'
44
43
- ' container/ubuntu-22.04-dev/**'
45
44
- ' scripts/install_aocl.sh'
46
45
53
52
- ' container/opensuse-leap-15-dev/**'
54
53
- ' container/ubuntu-18.04-dev/**'
55
54
- ' container/ubuntu-20.04-dev/**'
56
- - ' container/ubuntu-20.04-clang/**'
57
55
- ' container/ubuntu-22.04-dev/**'
58
56
- ' scripts/install_aocl.sh'
59
57
75
73
- opensuse-leap-15-dev
76
74
- ubuntu-18.04-dev
77
75
- ubuntu-20.04-dev
78
- - ubuntu-20.04-clang
79
76
- ubuntu-22.04-dev
80
77
81
78
env :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ RUN apt-get -y update \
25
25
&& DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade \
26
26
build-essential \
27
27
ca-certificates \
28
+ clang-format-13 \
28
29
cmake \
29
30
curl \
30
31
git \
@@ -45,5 +46,6 @@ RUN apt-get -y update \
45
46
USER build
46
47
WORKDIR /home/build
47
48
48
- ENV PATH="/opt/aocl/hld/bin:$PATH"
49
+ ENV PATH="/opt/aocl/hld/bin:/usr/lib/llvm-13/bin: $PATH"
49
50
RUN aoc -version
51
+ RUN clang-format --version
You can’t perform that action at this time.
0 commit comments