File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # ## DO NOT EDIT - created by a script ###
2+ name : clang_p3334 via clang p3334-trunk
3+
4+ on :
5+ schedule :
6+ - cron : ' 0 0 * * *'
7+ workflow_dispatch :
8+
9+ jobs :
10+ daily-build :
11+ runs-on : [ 'self-hosted', 'ce', 'linux', 'x64' ]
12+ steps :
13+ - name : Start from a clean directory
14+ uses : AutoModality/action-clean@v1.1.0
15+ - uses : actions/checkout@v4
16+ - name : Run the build
17+ uses : ./.github/actions/daily-build
18+ with :
19+ image : clang
20+ name : clang_p3334
21+ command : build.sh
22+ args : p3334-trunk
23+ AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
24+ AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change 2929* [ ![ Status] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-clang_p2998.yml/badge.svg )] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-clang_p2998.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%2Fclang_p2998 ) ![ 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%2Fclang_p2998 )
3030* [ ![ Status] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-clang_p3068.yml/badge.svg )] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-clang_p3068.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%2Fclang_p3068 ) ![ 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%2Fclang_p3068 )
3131* [ ![ Status] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-clang_p3309.yml/badge.svg )] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-clang_p3309.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%2Fclang_p3309 ) ![ 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%2Fclang_p3309 )
32+ * [ ![ Status] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-clang_p3334.yml/badge.svg )] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-clang_p3334.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%2Fclang_p3334 ) ![ 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%2Fclang_p3334 )
3233* [ ![ Status] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-clang_p3367.yml/badge.svg )] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-clang_p3367.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%2Fclang_p3367 ) ![ 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%2Fclang_p3367 )
3334* [ ![ Status] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-clang_p3372.yml/badge.svg )] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-clang_p3372.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%2Fclang_p3372 ) ![ 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%2Fclang_p3372 )
3435* [ ![ Status] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-clang_p3385.yml/badge.svg )] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-clang_p3385.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%2Fclang_p3385 ) ![ 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%2Fclang_p3385 )
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ compilers:
3939 - { image: clang, name: clang_p3068, args: p3068-trunk }
4040 - { image: clang, name: clang_p3309, args: p3309-trunk }
4141 - { image: clang, name: clang_p3367, args: p3367-trunk }
42+ - { image: clang, name: clang_p3334, args: p3334-trunk }
4243 - { image: clang, name: clang_p3372, args: p3372-trunk }
4344 - { image: clang, name: clang_p3385, args: p3385-trunk }
4445 - { image: clang, name: clang_p3412, args: p3412-trunk }
You can’t perform that action at this time.
0 commit comments