Skip to content

Build our own sccache v0.8.1 package. #29

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

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

nikolaszimmermann
Copy link
Member

@nikolaszimmermann nikolaszimmermann commented Jun 28, 2024

The system provided Ubuntu v0.7.7 package is broken:

📦 nzimmermann@wkdev:~/$ cat foo.cpp
int foo() {{
📦 nzimmermann@wkdev:~/$ /usr/bin/sccache g++ -o foo.o -c foo.cpp foo.cpp: In function 'int foo()':
foo.cpp:1:13: error: expected '}' at end of input
    1 | # 0 "foo.cpp"
      |            ~^
foo.cpp:1:13: error: expected '}' at end of input
    1 | # 0 "foo.cpp"
      |           ~ ^
foo.cpp:1:13: warning: no return statement in function returning non-void [-Wreturn-type]
sccache: Compiler killed by signal 1
📦 nzimmermann@wkdev:~/$ /usr/bin/sccache g++ -o foo.o -c foo.cpp
📦 nzimmermann@wkdev:~/$

The system provided Ubuntu v0.7.7 package is broken:

📦 nzimmermann@wkdev:~/$ cat foo.cpp
int foo() {{
📦 nzimmermann@wkdev:~/$ /usr/bin/sccache g++ -o foo.o -c foo.cpp
foo.cpp: In function 'int foo()':
foo.cpp:1:13: error: expected '}' at end of input
    1 | # 0 "foo.cpp"
      |            ~^
foo.cpp:1:13: error: expected '}' at end of input
    1 | # 0 "foo.cpp"
      |           ~ ^
foo.cpp:1:13: warning: no return statement in function returning non-void [-Wreturn-type]
sccache: Compiler killed by signal 1
📦 nzimmermann@wkdev:~/$ /usr/bin/sccache g++ -o foo.o -c foo.cpp
📦 nzimmermann@wkdev:~/$
@nikolaszimmermann nikolaszimmermann force-pushed the nzimmermann/fix_sccache branch from cf9c780 to a798e7b Compare June 28, 2024 17:26
@nikolaszimmermann nikolaszimmermann merged commit 2cfd45f into main Jun 28, 2024
2 checks passed
@nikolaszimmermann nikolaszimmermann deleted the nzimmermann/fix_sccache branch June 28, 2024 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants