Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit c47db87

Browse files
authored
Test swift build -c release for auxiliary repositories. (#553)
Test `swift build -c release` (compilation with `-O`) for tensorflow/swift-models and fastai/fastai_dev. Motivated by recently discovered `-O`-specific issues (TF-960).
1 parent 8e4b552 commit c47db87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,12 @@ RUN git clone https://github.com/deepmind/open_spiel.git
7474
WORKDIR /swift-models
7575

7676
RUN /swift-tensorflow-toolchain/usr/bin/swift build
77+
RUN /swift-tensorflow-toolchain/usr/bin/swift build -c release
7778

7879
WORKDIR /fastai_dev/swift/FastaiNotebook_11_imagenette
7980

8081
RUN /swift-tensorflow-toolchain/usr/bin/swift build
82+
RUN /swift-tensorflow-toolchain/usr/bin/swift build -c release
8183

8284
WORKDIR /open_spiel
8385
RUN /swift-tensorflow-toolchain/usr/bin/swift test

0 commit comments

Comments
 (0)