Skip to content

Commit

Permalink
Revert "Disable daily cobol builds. see compiler-explorer/gcc-builder#25
Browse files Browse the repository at this point in the history
"

This reverts commit 350538d.

Try to re-enable the build after upstream fix.

Signed-off-by: Marc Poulhiès <[email protected]>
  • Loading branch information
dkm committed Jan 28, 2025
1 parent 3fb4a30 commit dc4ee98
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build-daily-gcc_cobol_master.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
### DO NOT EDIT - created by a script ###
name: gcc_cobol_master via gcc cobol-master

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
daily-build:
runs-on: [ 'self-hosted', 'ce', 'linux', 'x64' ]
steps:
- name: Start from a clean directory
uses: AutoModality/[email protected]
- uses: actions/checkout@v4
- name: Run the build
uses: ./.github/actions/daily-build
with:
image: gcc
name: gcc_cobol_master
command: build.sh
args: cobol-master
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
1 change: 1 addition & 0 deletions build-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
* [![Status](https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-dotnet.yml/badge.svg)](https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-dotnet.yml)![Last success](https://img.shields.io/badge/dynamic/json?color=success&label=Last+OK&query=%24.last_success.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fdotnet)![Last build](https://img.shields.io/badge/dynamic/json?color=yellow&label=Last+build&query=%24.last_build.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fdotnet)
* [![Status](https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-dxc.yml/badge.svg)](https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-dxc.yml)![Last success](https://img.shields.io/badge/dynamic/json?color=success&label=Last+OK&query=%24.last_success.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fdxc)![Last build](https://img.shields.io/badge/dynamic/json?color=yellow&label=Last+build&query=%24.last_build.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fdxc)
* [![Status](https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc.yml/badge.svg)](https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc.yml)![Last success](https://img.shields.io/badge/dynamic/json?color=success&label=Last+OK&query=%24.last_success.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc)![Last build](https://img.shields.io/badge/dynamic/json?color=yellow&label=Last+build&query=%24.last_build.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc)
* [![Status](https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc_cobol_master.yml/badge.svg)](https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc_cobol_master.yml)![Last success](https://img.shields.io/badge/dynamic/json?color=success&label=Last+OK&query=%24.last_success.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc_cobol_master)![Last build](https://img.shields.io/badge/dynamic/json?color=yellow&label=Last+build&query=%24.last_build.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc_cobol_master)
* [![Status](https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc_contracts.yml/badge.svg)](https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc_contracts.yml)![Last success](https://img.shields.io/badge/dynamic/json?color=success&label=Last+OK&query=%24.last_success.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc_contracts)![Last build](https://img.shields.io/badge/dynamic/json?color=yellow&label=Last+build&query=%24.last_build.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc_contracts)
* [![Status](https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc_contracts_labels.yml/badge.svg)](https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc_contracts_labels.yml)![Last success](https://img.shields.io/badge/dynamic/json?color=success&label=Last+OK&query=%24.last_success.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc_contracts_labels)![Last build](https://img.shields.io/badge/dynamic/json?color=yellow&label=Last+build&query=%24.last_build.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc_contracts_labels)
* [![Status](https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc_contracts_nonattr.yml/badge.svg)](https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc_contracts_nonattr.yml)![Last success](https://img.shields.io/badge/dynamic/json?color=success&label=Last+OK&query=%24.last_success.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc_contracts_nonattr)![Last build](https://img.shields.io/badge/dynamic/json?color=yellow&label=Last+build&query=%24.last_build.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc_contracts_nonattr)
Expand Down
3 changes: 1 addition & 2 deletions compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ compilers:
# These are slowly replacing the ones in admin-daily-builds.sh
- { image: clang, name: llvm, args: llvm-trunk }
- { image: gcc, name: gcc }
# https://github.com/compiler-explorer/gcc-builder/issues/25
# - { image: gcc, name: gcc_cobol_master, args: cobol-master }
- { image: gcc, name: gcc_cobol_master, args: cobol-master }
- { image: gcc, name: gcc_contracts, args: lock3-contracts-trunk }
- { image: gcc, name: gcc_contracts_labels, args: lock3-contracts-labels-trunk }
- { image: gcc, name: gcc_contracts_nonattr, args: contracts-nonattr-trunk }
Expand Down

0 comments on commit dc4ee98

Please sign in to comment.