-
Notifications
You must be signed in to change notification settings - Fork 898
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Build] Remove OSS c/c++ binary step in release workflow
- Loading branch information
1 parent
cd4f1fd
commit 98248d2
Showing
5 changed files
with
20 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,16 +32,4 @@ USER athena | |
WORKDIR /opt/aeron | ||
|
||
FROM builder as essentials-test | ||
ENTRYPOINT scl enable "gcc-toolset-${GCC_VERSION}" -- cppbuild/cppbuild --c-warnings-as-errors --cxx-warnings-as-errors --package | ||
|
||
FROM builder as essentials-build | ||
|
||
ADD --chown=athena:athena . /opt/aeron | ||
RUN git config --global user.email "[email protected]" | ||
RUN git config --global user.name "Athena (Build Master)" | ||
RUN git config --global core.autocrlf false | ||
RUN git update-index -q --refresh | ||
RUN scl enable "gcc-toolset-${GCC_VERSION}" -- cppbuild/cppbuild --c-warnings-as-errors --cxx-warnings-as-errors --package | ||
|
||
FROM scratch AS essentials-artifacts | ||
COPY --from=essentials-build /opt/aeron/cppbuild/Release/*.tar.gz / | ||
ENTRYPOINT scl enable "gcc-toolset-${GCC_VERSION}" -- cppbuild/cppbuild --c-warnings-as-errors --cxx-warnings-as-errors --package |
This file was deleted.
Oops, something went wrong.