Giter Site home page Giter Site logo

rust-compiler-builder's Introduction

Rust Compiler Builder

Rust

Builds the Rust compiler and Tier 3 targets using GitHub Actions.

Usage

$ make
help:                   Show this help
▸▸▸ Download commands ◂◂◂
download:               Download Rust sources
download-offline:       Download prebuilt Rust binaries
▸▸▸ Configure commands ◂◂◂
configure:              Configure Rust
configure-with-llvm:    Configure Rust and LLVM
▸▸▸ Target Info commands ◂◂◂
show-target-info:       Show target info

rust-compiler-builder's People

Watchers

 avatar

rust-compiler-builder's Issues

Remove legacy `bitcode` defaults from all arm64e targets

It should be removed from the arm64e targets.

            forces_embed_bitcode: true,
            // Taken from a clang build on Xcode 11.4.1.
            // These arguments are not actually invoked - they just have
            // to look right to pass App Store validation.
            bitcode_llvm_cmdline: "-triple\0\
                arm64-apple-ios11.0.0\0\
                -emit-obj\0\
                -disable-llvm-passes\0\
                -target-abi\0\
                darwinpcs\0\
                -Os\0"
                .into(),

https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes#Deprecations

Fix linker errors for Xcode 15

 ld: warning: ignoring file '/private/var/folders/q4/3s60g5510ydbd3qc3p4xflm80000gn/T/rustcms1l5o/symbols.o': found architecture 'arm64e.old', required architecture 'arm64e'
            ld: warning: ignoring file '/Users/runner/work/rust-compiler-builder/rust-compiler-builder/rust/build/x86_64-apple-darwin/stage2-std/arm64e-apple-darwin/release/deps/std-2e60271961c08586.std.374686dd1f9b67f6-cgu.01.rcgu.o': found architecture 'arm64e.old', required architecture 'arm64e'

https://github.com/arttet/rust-compiler-builder/actions/runs/7260851076/job/19780851952

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.