-
Notifications
You must be signed in to change notification settings - Fork 12
CU-2083 Update scip-clang to newer Clang version #508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
chrapkowski-sg
wants to merge
12
commits into
main
Choose a base branch
from
cu-2083-update-scip-clang-to
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
e8745f7
CU-2083 Update scip-clang to newer Clang version
chrapkowski-sg ad9a099
Cherry-pick CUDA tooling fix from LLVM PR #173762
chrapkowski-sg 0ddc9b8
Fix missing template references by unwrapping QualifiedTemplateName
chrapkowski-sg 4ec55b6
Fix dependent base type lookup in template member resolution
a018ea1
Fix reformat.sh to fall back to system clang-format
chrapkowski-sg 3988af0
Updated build container for CI
chrapkowski-sg a5f5997
Test docker image
chrapkowski-sg b30df85
split step into lint and build and use diff agents
burmudar 0cd29ff
define aspect config for aspect workflows
burmudar ee67b51
Disabled bzmod for aspect
chrapkowski-sg d4761e4
Re-introduced reformat
chrapkowski-sg 2d95b5c
Updated release action
chrapkowski-sg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| --- | ||
| queue: aspect-devx-service | ||
| bazel: | ||
| rcfiles: | ||
| - ".aspect/bazelrc/ci.bazelrc" | ||
|
|
||
| tasks: | ||
| - build: | ||
| targets: | ||
| - //... | ||
| - -//tools:compdb # Exclude: com_grail_bazel_compdb is incompatible with current toolchain | ||
| bazel: | ||
| flags: | ||
| - "--config=ci" | ||
| - test: | ||
| targets: | ||
| - //test | ||
| bazel: | ||
| flags: | ||
| - "--config=ci" | ||
| - finalization: | ||
|
|
This file contains hidden or 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 contains hidden or 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 |
|---|---|---|
| @@ -1 +1 @@ | ||
| 6.1.2 | ||
| 7.5.0 |
This file contains hidden or 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 |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| $schema: "http://json.schemastore.org/buildkite" | ||
| steps: | ||
| - label: ":bazel: Build and Test" | ||
| - label: ":lint-roller: Lint" | ||
| key: lint | ||
| agents: | ||
| queue: bazel | ||
| key: build | ||
| queue: aspect-small-ubuntu-lts | ||
| command: | | ||
| ./tools/reformat.sh | ||
| if ! git diff --quiet; then | ||
|
|
@@ -17,8 +17,19 @@ steps: | |
|
|
||
| ./tools/lint.sh | ||
|
|
||
| # DO NOT remove --config=ci as that turns on sanitizers. | ||
| bazel --bazelrc=.bazelrc --bazelrc=.aspect/bazelrc/ci.bazelrc build //... --config=ci | ||
|
|
||
| # Don't use //... as that will also try to update snapshots | ||
| bazel --bazelrc=.bazelrc --bazelrc=.aspect/bazelrc/ci.bazelrc test //test --config=ci | ||
| - key: aspect-workflows-upload | ||
| label: ":aspect: Setup Aspect Workflows" | ||
| commands: | | ||
| rosetta steps | buildkite-agent pipeline upload | ||
| agents: | ||
| queue: aspect-small-ubuntu-lts | ||
| # - label: "build and test" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we remove this? |
||
| # agents: | ||
| # queue: aspect-devx-service | ||
| # key: build | ||
| # command: | | ||
| # # DO NOT remove --config=ci as that turns on sanitizers. | ||
| # bazel --bazelrc=.bazelrc --bazelrc=.aspect/bazelrc/ci.bazelrc build //... --config=ci | ||
| # | ||
| # # Don't use //... as that will also try to update snapshots | ||
| # bazel --bazelrc=.bazelrc --bazelrc=.aspect/bazelrc/ci.bazelrc test //test --config=ci | ||
This file contains hidden or 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 contains hidden or 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 contains hidden or 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 contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this can be moved to the root
.bazelrc. We probably don't wantMODULE.bazelto be autogenerated in any case.