Skip to content

Commit

Permalink
Remove dehash
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Politzer committed Aug 29, 2022
1 parent 9be6bc6 commit 45e8c14
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 275 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build dehash tool
run: cd linux/dehash && make toolchain-exec CONTAINER_COMMAND="/usr/bin/make dehash.toolchain"

- name: Build yield tool
run: cd linux/htif && make toolchain-exec CONTAINER_COMMAND="/usr/bin/make yield.toolchain"

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Remove Dehash command line tool

## [0.7.0] - 2022-06-27
### Changed
Expand Down
2 changes: 0 additions & 2 deletions linux/dehash/.gitignore

This file was deleted.

69 changes: 0 additions & 69 deletions linux/dehash/Makefile

This file was deleted.

201 changes: 0 additions & 201 deletions linux/dehash/dehash.c

This file was deleted.

0 comments on commit 45e8c14

Please sign in to comment.