Skip to content

Commit

Permalink
Unrolled build for rust-lang#117105
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#117105 - onur-ozkan:remove-change-id-assertion, r=albertlarsan68

remove change-id assertion in bootstrap test

In the bootstrap test, the assertion of the change-id fails whenever we update the change-id next to a breaking change in build configurations. This commit removes the assertion, as it's not critical or useful to have.

ref rust-lang#115898 (comment)
  • Loading branch information
rust-timer committed Oct 24, 2023
2 parents 07a4b7e + b99b935 commit 2fba676
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bootstrap/bootstrap_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ class GenerateAndParseConfig(unittest.TestCase):
"""Test that we can serialize and deserialize a config.toml file"""
def test_no_args(self):
build = serialize_and_parse([])
self.assertEqual(build.get_toml("change-id"), '116998')
self.assertEqual(build.get_toml("profile"), 'dist')
self.assertIsNone(build.get_toml("llvm.download-ci-llvm"))

Expand Down

0 comments on commit 2fba676

Please sign in to comment.