- 
                Notifications
    
You must be signed in to change notification settings  - Fork 13.9k
 
Wrap bundled static libraries into object files #104091
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
Conversation
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
| 
           @rustbot author  | 
    
| 
           @rustbot ready  | 
    
eaa7cda    to
    dc352f7      
    Compare
  
    | 
           
 cc @davidtwco, @compiler-errors, @JohnTitor, @estebank, @TaKO8Ki  | 
    
dc352f7    to
    ca3c0bc      
    Compare
  
    ca3c0bc    to
    e16c778      
    Compare
  
    | 
           @bors r+  | 
    
| 
           @bors p=100 CI has been migrated to macos-12, which is now failing.  | 
    
| 
           ☀️ Test successful - checks-actions  | 
    
| 
           Finished benchmarking commit (dedfb9c): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment. 
 CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment. 
  | 
    
The proper fix for this is rust-lang#104091, but we're avoiding a backport for it since this is just failing for an unstable feature.
Wrap bundled static libraries into object files Fixes rust-lang#103044 (not sure, couldn't test locally) Bundled static libraries should be wrapped into object files as it's done for metadata file. r? `@petrochenkov`
Fixes #103044 (not sure, couldn't test locally)
Bundled static libraries should be wrapped into object files as it's done for metadata file.
r? @petrochenkov