Skip to content

Commit

Permalink
Remove ci test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakio815 committed Apr 22, 2023
1 parent 9e67b93 commit 68b0090
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/c-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
- name: Install RTI
uses: ./.github/actions/install-rti
if: ${{ runner.os == 'macOS' || runner.os == 'Linux' }}
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Perform tests for C target with default scheduler
run: |
./gradlew test --tests org.lflang.tests.runtime.CTest.*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

# Run the C integration tests.
c-tests:
uses: lf-lang/lingua-franca/.github/workflows/c-tests.yml@auth-fail-test
uses: lf-lang/lingua-franca/.github/workflows/c-tests.yml@master
needs: cancel

# Run the C Arduino integration tests.
Expand Down
2 changes: 1 addition & 1 deletion org.lflang/src/lib/c/reactor-c
Submodule reactor-c updated 1 files
+3 −0 core/CMakeLists.txt
2 changes: 0 additions & 2 deletions org.lflang/src/org/lflang/generator/c/CCmakeGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ CodeBuilder generateCMakeCode(
if(targetConfig.auth) {
// If security is requested, add the auth option.
var osName = System.getProperty("os.name").toLowerCase();
System.out.println(osName);
System.out.println("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA");
// if platform target was set, use given platform instead
if (targetConfig.platformOptions.platform != Platform.AUTO) {
osName = targetConfig.platformOptions.platform.toString();
Expand Down

0 comments on commit 68b0090

Please sign in to comment.