-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1cfa3cd
commit 1ff5bd3
Showing
9 changed files
with
31 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ runs: | |
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT | ||
|
||
- name: Cache BASE image | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
if: inputs.TYPE == '64-bit' || inputs.TYPE == 'clang' | ||
with: | ||
path: otp_docker_base.tar | ||
|
@@ -46,13 +46,13 @@ runs: | |
|
||
- name: Cache pre-built src | ||
if: inputs.BUILD_IMAGE == 'true' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: otp_src.tar.gz | ||
key: prebuilt-src-${{ github.ref_name }}-${{ github.sha }} | ||
- name: Cache pre-built binaries | ||
if: inputs.BUILD_IMAGE == 'true' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: otp_cache.tar.gz | ||
key: prebuilt-cache-${{ inputs.TYPE }}-${{ github.ref_name }}-${{ github.sha }} | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
app-id: ${{ secrets.APP_ID }} | ||
private-key: ${{ secrets.APP_PEM }} | ||
|
||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
with: | ||
token: ${{ steps.generate_token.outputs.token }} | ||
|
||
|
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 |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
c-code-changes: ${{ steps.c-code-changes.outputs.changes }} | ||
all: ${{ steps.apps.outputs.all }} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- uses: ./.github/actions/build-base-image | ||
with: | ||
BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
@@ -79,14 +79,14 @@ jobs: | |
with: | ||
filters: .github/scripts/c-code-path-filters.yaml | ||
- name: Cache pre-built src | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: otp_src.tar.gz | ||
key: prebuilt-src-${{ github.ref_name }}-${{ github.sha }} | ||
restore-keys: | | ||
prebuilt-src-${{ github.base_ref }}-${{ github.event.pull_request.base.sha }} | ||
- name: Cache pre-built binaries | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: otp_cache.tar.gz | ||
key: prebuilt-cache-64-bit-${{ github.ref_name }}-${{ github.sha }} | ||
|
@@ -182,7 +182,7 @@ jobs: | |
WXWIDGETS_VERSION: 3.2.6 | ||
MACOS_VERSION: 15 | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
|
||
- name: Download source archive | ||
uses: actions/[email protected] | ||
|
@@ -191,7 +191,7 @@ jobs: | |
|
||
- name: Cache wxWidgets | ||
id: wxwidgets-cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: wxWidgets | ||
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-${{ hashFiles('.github/scripts/build-macos-wxwidgets.sh') }}-${{ env.MACOS_VERSION }} | ||
|
@@ -230,7 +230,7 @@ jobs: | |
runs-on: macos-15 | ||
needs: pack | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- name: Download source archive | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -281,7 +281,7 @@ jobs: | |
IF EXIST "c:\\Program Files\\OpenSSL-Win64" (move "c:\\Program Files\\OpenSSL-Win64" "c:\\OpenSSL-Win64") ELSE (move "c:\\Program Files\\OpenSSL" "c:\\OpenSSL-Win64") | ||
- name: Cache wxWidgets | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: wxWidgets | ||
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }} | ||
|
@@ -363,7 +363,7 @@ jobs: | |
if: needs.pack.outputs.c-code-changes | ||
|
||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- uses: ./.github/actions/build-base-image | ||
with: | ||
BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
@@ -391,7 +391,7 @@ jobs: | |
fail-fast: false | ||
|
||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- uses: ./.github/actions/build-base-image | ||
with: | ||
BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
@@ -402,7 +402,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: pack | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- uses: ./.github/actions/build-base-image | ||
with: | ||
BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
@@ -456,7 +456,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: pack | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- uses: ./.github/actions/build-base-image | ||
with: | ||
BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
@@ -479,7 +479,7 @@ jobs: | |
# type: ["os_mon","sasl"] | ||
fail-fast: false | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- uses: ./.github/actions/build-base-image | ||
with: | ||
BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
@@ -528,7 +528,7 @@ jobs: | |
if: ${{ !cancelled() }} # Run even if the need has failed | ||
needs: test | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- uses: ./.github/actions/build-base-image | ||
with: | ||
BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
@@ -597,7 +597,7 @@ jobs: | |
echo "tag=${TAG}" >> $GITHUB_OUTPUT | ||
echo "vsn=${VSN}" >> $GITHUB_OUTPUT | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
|
||
## Publish the pre-built archive and docs | ||
- name: Download source archive | ||
|
@@ -628,7 +628,7 @@ jobs: | |
sha256sum $FILES > SHA256.txt | ||
- name: Upload pre-built and doc tar archives | ||
uses: softprops/[email protected].8 | ||
uses: softprops/[email protected].9 | ||
with: | ||
name: OTP ${{ steps.tag.outputs.vsn }} | ||
files: | | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
outputs: | ||
versions: ${{ steps.get-versions.outputs.versions }} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- id: get-versions | ||
name: Fetch latest 3 OTP versions | ||
run: | | ||
|
@@ -52,7 +52,7 @@ jobs: | |
permissions: | ||
actions: write | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ matrix.type }} | ||
|
||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
outputs: | ||
result: ${{ steps.pr-number.outputs.result }} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- name: Fetch PR number | ||
id: pr-number | ||
env: | ||
|
@@ -40,7 +40,7 @@ jobs: | |
pull-requests: write | ||
if: github.event.action == 'requested' && needs.pr-number.outputs.result != '' | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
## We create an initial comment with some useful help to the user | ||
- uses: actions/[email protected] | ||
with: | ||
|
@@ -63,7 +63,7 @@ jobs: | |
needs.pr-number.outputs.result != '' && | ||
github.event.workflow_run.conclusion != 'skipped' | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- name: Download and Extract Artifacts | ||
id: extract | ||
env: | ||
|
@@ -88,14 +88,14 @@ jobs: | |
echo "HAS_TEST_ARTIFACTS=false" >> $GITHUB_OUTPUT | ||
fi | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
with: | ||
token: ${{ secrets.ERLANG_TOKEN }} | ||
repository: 'erlang/erlang.github.io' | ||
path: erlang.github.io | ||
|
||
- name: Publish CT Test Results | ||
uses: EnricoMi/publish-unit-test-result-action@v2.17.1 | ||
uses: EnricoMi/publish-unit-test-result-action@v2.18.0 | ||
if: steps.extract.outputs.HAS_TEST_ARTIFACTS == 'true' | ||
with: | ||
commit: ${{ github.event.workflow_run.head_sha }} | ||
|
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ jobs: | |
concurrency: erlang.github.io-deploy | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].2 | ||
with: | ||
token: ${{ secrets.ERLANG_TOKEN }} | ||
repository: 'erlang/erlang.github.io' | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
concurrency: sync-github-releases | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
## We need to login to the package registry in order to pull | ||
## the base debian image. | ||
- name: Docker login | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
fail-fast: false | ||
|
||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ matrix.branch }} | ||
- name: Cleanup GH Runner | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
env: | ||
basename: otp_${{ inputs.target }}_${{ inputs.version }} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
|
||
- name: Install OTP | ||
shell: cmd | ||
|