Skip to content

Fix outdated info in README.md #657

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
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: CI

on:
pull_request:
paths-ignore:
- '*.md'
- 'LICENSE'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this removed?

Copy link
Collaborator Author

@Taowyoo Taowyoo Jun 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this, no CI will run then it breaks the check requirement on the PR.
It's complex to setup a conditional check requirement on this.

branches:
- master
# This CI will be triggered on any merge_group events
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fortanix Rust Enclave Development Platform

[![Runtime Encryption Slack](https://img.shields.io/badge/Slack-%23rust--sgx-blue.svg?logo=slack&logoColor=whitesmoke)](https://fortanix.com/runtime-encryption-slack) [![Build Status](https://travis-ci.com/fortanix/rust-sgx.svg?branch=master)](https://app.travis-ci.com/github/fortanix/rust-sgx/builds)
[![Runtime Encryption Slack](https://img.shields.io/badge/Slack-%23rust--sgx-blue.svg?logo=slack&logoColor=whitesmoke)](https://fortanix.com/runtime-encryption-slack) [![CI](https://github.com/fortanix/rust-sgx/actions/workflows/build.yml/badge.svg)](https://github.com/fortanix/rust-sgx/actions/workflows/build.yml)

The [Fortanix Rust EDP](https://edp.fortanix.com/) is the preferred way to write Intel SGX enclaves from scratch.

Expand All @@ -24,7 +24,7 @@ cargo run --target x86_64-fortanix-unknown-sgx
[Documentation](https://edp.fortanix.com/docs/)

Looking for the in-enclave source code? Check out the [rust-lang/rust
repository](https://github.com/rust-lang/rust/tree/master/library/std/src/sys/sgx).
repository](https://github.com/rust-lang/rust/tree/master/library/std/src/sys/pal/sgx).

## Note for maintenance

Expand All @@ -37,7 +37,7 @@ Release**](https://github.com/fortanix/rust-sgx/releases/new): please ensure the
number}` , although in this workflow only ${crate name} is used, but {version
number} is still required for keeping a good tag name.

# Contributing
## Contributing

We gratefully accept contributions from the community.
By participating in this community, you agree to abide by [Code of Conduct](./CODE_OF_CONDUCT.md).
Expand Down Expand Up @@ -77,6 +77,6 @@ personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.

# License
## License

This project is primarily distributed under the terms of the Mozilla Public License (MPL) 2.0, see [LICENSE](./LICENSE) for details.